I got some pages that report data to the user. I provide them with a 'printer friendly' link that opens a new window and displays the page in a particular format. This new window has a anchor tag that gives the user an easy way to close the window...
<a href="javascrip t:" onClick="window .close();">Clos e Window</a>
It works fine, unless you decide to do ie's print preview function. after...
User Profile
Collapse
-
window.close() not working in IE after print Preview
window.close() is not working after print preview and close preview window using the window [X] -
This too does not work, getting the below error in Mozilla:
Error: document.getEle mentById("hidde nText").createR ange is not a function
...Leave a comment:
-
Similar problem here too:
I tried below in Mozilla,
It does not work.Code:document.getElementById("tf").setSelectionRange(0,20); document.execCommand("Paste", false, null);
Regards,
JoshuaLeave a comment:
No activity results to display
Show More
Leave a comment: