Flumoxed!... why wont E6 open my web site?

Hello,
this is my web site address

http://www.craigbennett.me.uk

or

http://homepage.ntlworld.com/craig.bennett7/

Can you see it!? I’m not really concerned what you think of the design, only if you can get it to load in you browser!

Explorer 6 doesn’t seem to like it.

I have 5.1 on a Mac, and it works fine. Nobody seems to know why its not loading…

…The code for the button is the pop-up window code, which appears on Kirupas tutorial… would this be messing it up?

Can you help… i really havn’t a clue…

http://www.craigbennett.me.uk

Cheers

It is in the JavaScript on your popup (which I can’t see)… it works on Moz, not on IE…

Why do you need a popup? Popups are going the way of “blinking text”…

Rev

:frowning: …well, i would like the main movie to appear in the middle of the screen, i wasnt aware of any other way of doing this… is there? Or what other alternatives would you reccomend?

And sorry whats Moz?

Cheers

Mozilla = Netscape…

Simply put the swf in a table with 1 cell, then center the swf both horiz, and vert.

Rev

Oh right! - Mozilla, I see…
Yeah, i have done that table cell thing before, but i kept on getting this boarder, is there any other way? Why doesnt E6 like the java script?

The script:-

on (release) {
// customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = “1welcome.html”;
target_winName = “Welcome”;
width = 525;
height = 500;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 0;
resizable = 0;
// sends data back to the function
openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}

Thanks

for no borders, set your margins to 0 .

as for the JavaScript, start a new thread in the Scripting forum, and you will prob get a real fast answer.

I strongly urge you to not use popups. A large majority of users are using popup blockers, and your site will not show up with them in place. Netscape 7/Moz comes with popup blocker, as does AOL 8, and AvantBrowser.

::gets off soap box::

Rev

Thanks…