window.open no work in Opera
I have a popup script for my site (http://www.stillzero.com/goe) that doesn't work in Opera6. I'm not sure about Opera7 since I don't have it.
Source:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>GARDEN____________________OF_______EDEN</title>
<link rel='stylesheet' media='screen' href='css2.css'>
<script type='text/javascript'>
function Pop(){
window.open("index2.html", "new", "toolbar=no,scrollbars=no,resizable=no,width=0,height=0");
}
</script>
</head>
<body onLoad="Pop();">
<table width="100%" height="100%" valign="middle" align="center">
<tr>
<td width="100%" height="100%" valign="middle" align="center">
<img src='./images/nu/splash.gif'><br>
If the site does not pop-up on its own then <a href="#" onClick='window.open("index2.html", "new", "toolbar=no,scrollbars=no,resizable=no,width=0,height=0");'>Click Here</a>
</td>
</tr>
</table>
</body>
</html>
Thanks in advance!
[James Logsdon]
Suzanne posted this at 01:22 — 17th March 2003.
She has: 5,507 posts
Joined: Feb 2000
Do you have popups disabled?
necrotic posted this at 03:10 — 17th March 2003.
He has: 296 posts
Joined: May 2002
Hahaha, I feel stupid. Didn't even think of that. Thanks
Now I have to do lots of stuff to make sure it looks right.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.