I have a script (and button) to print a label on my label printer. The script switches to the appropriate layout, does a Print Setup, prints to my label printer, then switches back to the original layout. Works flawlessly.
But I then want to switch my chosen printer back to my letter-size...
This has been running fine in IE, FF, and Safari for years. Now it errors out in IE8. I have no idea why. The page validates fine.
function _windowNew(url,name,horSize,vertSize,statusBar,menuBar,toolBar,reSize,scrollBars) {
if (!statusBar) {statusBar="no";}
if (!menuBar) {menuBar="no";}
if...
When a user closes a window, or even the browser, I want to log him off. All I can find as hints say to pop a new window using the "onUnload" event, then fire the call to cgi, and close the "popped" window. I can make most, but not all, of that work.
In the popped window, I define a form that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.