Related questions
Writing data to a local text file with javascript
I have created a procedure to write content to a text file in my local machine.
<form id="addnew">
<input type="text" class="id">
<input type="text" class="content">
<input type="submit" value="…
Take a screenshot of a webpage with JavaScript?
Is it possible to to take a screenshot of a webpage with JavaScript and then submit that back to the server?
I'm not so concerned with browser security issues. etc. as the implementation would be for HTA. But is it …