[Javascript] pop ups again

Peter Brunone peter at brunone.com
Thu Apr 5 20:54:07 CDT 2001


Bill,

	Are you really opening six different windows, or just putting six different
pages into one window?  If the former, then I can't see why you'd have
trouble with sizing, unless you have some quirky syntax that works for Mac
NN but nowhere else (highly unlikely).

| -----Original Message-----
| From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
| Behalf Of bill myers
| Sent: Thursday, April 05, 2001 8:18 PM
| To: javascript at LaTech.edu
| Subject: [Javascript] pop ups again
|
|
| I have a function that opens one of six windows depending on which
| layer is visible in the main web page.  The six windows all have
| different sizes and properties. (Some have toolbars/scrollbars, etc.
| some don't)  This works flawless in NN on the Mac using if(layervalue
| ==1) {window.open( 1)  etc but in IE the window size and properties
| remain fixed based on the first window opened.  Some of these windows
| open up remote URLs so I cannot add code to them.  If I try just
| closing all other possible windows when the next pop-up is clicked it
| seems to only work twice: It works on the first and second pop up
| function.  Never on the remaining 4.
|
| Has anyone else experienced this and/or want to give me a tip?
|





More information about the Javascript mailing list