View Full Version : Pop-up Help..


Greeno
05-05-2003, 07:31 PM
I used the code for image and for plan url, but my pop up wont pop up. I did everything it said on Lissa's page about pop-ups, but it still didnt work. Can anyone help? Or should I post my html?

MaGiCSuN
05-05-2003, 07:34 PM
If you could post your html that would be great :)

Love,
Mirna

Greeno
05-05-2003, 07:39 PM
<html>
<head>
<title>Blind Sighted|Version 1|Rey Rey|</title>
<center><script language="javascript">
//<!--
function popup()
{ window.open (
("popup.html","popup","width=400,height=400,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>

<a href="javascript:popup()"><img src="bsv1.gif" border=0 width="328" height="292" alt="Enter Blind Sighted - V.1"></a>
<br>
<br>
<br>
<a href="javascript:popup()">Cant see the image above?</a>
</head>
</body>
</html>

And than, I had a page called popup.html, and I didnt put anything in it besides 'hi' untill I saw the pop up..

MaGiCSuN
05-05-2003, 07:41 PM
you have got everything between the <head> and </head> tag so try this out:

<html>
<head>
<title>Blind Sighted|Version 1|Rey Rey|</title>
<center><script language="javascript">
//<!--
function popup()
{ window.open (
("popup.html","popup"," width=400,height=400,loca
tion=0,menubar=0,resizabl
e=0,scrollbars=0,status=0
,titlebar=1,toolbar=0") }
-->
</script></head>
<body>

<a href="javascript:popup()"><img src="bsv1.gif" border=0 width="328" height="292" alt="Enter Blind Sighted - V.1"></a>
<br>
<br>
<br>
<a href="javascript:popup()">Cant see the image above?</a>

</body>
</html>

Greeno
05-05-2003, 07:43 PM
Okay, ill try. Thanks :)

Greeno
05-05-2003, 07:46 PM
Nope. Still the same thing. You know where theres an i.e. image, and than "Opening page (now the url)"? Well.. there it says Error on page. or something like that.

MaGiCSuN
05-05-2003, 07:50 PM
<html>
<head>
<title>Blind Sighted|Version 1|Rey Rey|</title>
<script language="javascript">
//<!--
function popup()
{ window.open (
("popup.html","popup"," width=400,height=400,loca

tion=0,menubar=0,resizabl

e=0,scrollbars=0,status=0

,titlebar=1,toolbar=0") }
-->
</script></head>
<body>

<a href="javascript:popup()"><img src="bsv1.gif" border=0 width="328" height="292" alt="Enter Blind Sighted - V.1"></a>
<br>
<br>
<br>
<a href="javascript:popup()">Cant see the image above?</a>

</body>
</html>

ok then try this. there was this <center> tag in the head part, that might cause it.

Greeno
05-05-2003, 07:53 PM
Still doesnt work for me. I probably need to change servers because for the past month or so Angelfire has had a huge problem with showing pics.. so ill change to geocities and try it.

MaGiCSuN
05-05-2003, 07:57 PM
last try haha i took out the spaces.

<html>
<head>
<title>Blind Sighted|Version 1|Rey Rey|</title>
<script language="javascript">
//<!--
function popup()
{ window.open
("popup.html","popup","width=400,height=400,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script></head>
<body>

<a href="javascript:popup()"><img src="bsv1.gif" border=0 width="328" height="292" alt="Enter Blind Sighted - V.1"></a>
<br>
<br>
<br>
<a href="javascript:popup()">Cant see the image above?</a>

</body>
</html>

oohhh i got it, you had an extra ( in the code after "wind.open" !! so try the code above.. i deleted it

Greeno
05-05-2003, 08:01 PM
Not yet. Or maybe its just my computer. Do you want the url to see if it works on yours? The pic doesnt show up on geocities either. Its probably my computer.. If you do want the link.. its : http://www.geocities.com/blindsight3d

MaGiCSuN
05-05-2003, 08:21 PM
try to put your coding behind each other

you have several enters in the popup code, try to put it right after behind each other.

i can't view it because the board makes the enters in it . Also did you put the picture into the same folder as the page? because it shows an red x and when i choose 'view image' nothing happens.

Love,
Mirna

Greeno
05-05-2003, 08:31 PM
I did all that, and still nothing. I dont know why...

Dino Flight Inc
05-08-2003, 08:24 PM
I've been using the same code, and it doesn't work on my server either! If you got it from here, it might be faulty. I'm using Freewebs so it may just be free servers.