window.open no work in Opera

He has: 296 posts

Joined: May 2002

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'>
    &lt;script type='text/javascript'&gt;
      function Pop(){
    window.open("index2.html", "new", "toolbar=no,scrollbars=no,resizable=no,width=0,height=0");
      }
    &lt;/script&gt;
  </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's picture

She has: 5,507 posts

Joined: Feb 2000

Do you have popups disabled?

He has: 296 posts

Joined: May 2002

Hahaha, I feel stupid. Didn't even think of that. Thanks Smiling

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.