|
-
Apr 9th, 2001, 02:29 PM
#1
Thread Starter
PowerPoster
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.
-
Apr 10th, 2001, 06:47 AM
#2
don't think so
Hello,
I thinks it's not possible to format a new window without js
-
Apr 10th, 2001, 07:12 AM
#3
Thread Starter
PowerPoster
hopefully someone will find an answer
-
Apr 10th, 2001, 07:35 AM
#4
Do you mean like this?
Code:
window.open("popup.asp", "popupwindow", "width=450, height=320, scrollbars=yes", "screenX=1","screenY=1","dependent=yes");
-
Apr 10th, 2001, 09:04 AM
#5
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.
-
Apr 10th, 2001, 09:06 AM
#6
Thread Starter
PowerPoster
The reason is that the company I work for is trying to get away from JS.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|