Click to See Complete Forum and Search --> : Save entire window as html file or pic


Code One
06-04-2003, 07:51 PM
Hello,
I am trying to setup a script that will save a windows entire contents as either an .html file or a pic file, such as .bmp .jpg .gif. I would like this script to be fired by the click of a button within the window that will be saved. Does anybody know how to do this? Any help is much appreciated.

Thanks

Code One

Code One
06-04-2003, 08:20 PM
Found it on my own, here it is if you need it too.

Code:


<a href='javascript:;' onClick='document.execCommand("SaveAs");return false;'>Click here to save</a>



Thanks

Code One