Download does not work in chrome for jspdf -


var string = doc.output('datauristring');  var iframe = "<iframe width='100%' height='100%' src='" + string + "'></iframe>"  var x = window.open(); x.document.open(); x.document.write(iframe); x.document.close(); 

i have used code google has removed top frame navigation. output fine on click of download button nothing. works fine in firefox tho.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -