Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vertical Netscape

Status
Not open for further replies.

sm57

Programmer
Oct 26, 2003
3
0
0
US
anybody know why Netscape doesn't understand the vertical part (top) in centering a pop-up with this code?:

<SCRIPT LANGUAGE=&quot;JavaScript&quot;>
<!-- Idea by: Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL: -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval(&quot;page&quot; + id + &quot; = window.open(URL, '&quot; + id + &quot;', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=900,height=625,left =126,top =122');&quot;);
}
// End -->
</script>
 
even left might not wor, left and top attributes arent NS compatible...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top