How do I make a new window pop up in another browser without using a function in JS?
I know about the _blank but it doesn't give you the ability to format the new window.
Printable View
How do I make a new window pop up in another browser without using a function in JS?
I know about the _blank but it doesn't give you the ability to format the new window.
Hello,
I thinks it's not possible to format a new window without js
hopefully someone will find an answer
Do you mean like this?
Code:window.open("popup.asp", "popupwindow", "width=450, height=320, scrollbars=yes", "screenX=1","screenY=1","dependent=yes");
why not use JS? Whats the problem with JS? the only other way to do it is using VBScript and that will not work on Netscape.
The reason is that the company I work for is trying to get away from JS.