View Full Version : Popup Help Please!!


laurioli34
11-12-2004, 03:48 AM
Could someone tell me how to do popups on a web page?? I want them to popup as soon as someone gets to the website, not when they click on a link. Thank you!!!
I already got an answer to this, but it didn't work....was it because I'm doing HTML and not Javascript? I just spent half an hour using and writing out what I wanted all my popups to say, just to find out it doesn't work. Please help!!

Rosey
11-12-2004, 04:08 AM
it does work, why don't you give us a link to the page in question where it doesn't work and we can take a look at it.

laurioli34
11-12-2004, 04:23 AM
Do you want the passwords and stuff to the website, or just the link?? The link is http://www.geocities.com/laurioli34

EasyComeEasyGo
11-12-2004, 04:29 AM
I THINK I Know What You Mean. Like... Where It Says Something And You Have To Press "Ok" ?? I Have That If Thats What You Want. It Even Says "Cancel"

laurioli34
11-12-2004, 04:35 AM
I THINK I Know What You Mean. Like... Where It Says Something And You Have To Press "Ok" ?? I Have That If Thats What You Want. It Even Says "Cancel"

That's basically what I want, except I don't want the 'Cancel' button...they will not escape!

Monkey Bizzle
11-12-2004, 04:35 AM
the only thing i see wrong with your code, and i don't even know if this matters, is this line:

<script language="JavaScript type="text/javascript"">

try doing it like this instead

<script language="JavaScript" type="text/javascript">

the only difference is the quotes are wrong in the first one... but that's not your mistake, it's like that on lissa's page.

laurioli34
11-12-2004, 04:37 AM
the only thing i see wrong with your code, and i don't even know if this matters, is this line:

<script language="JavaScript type="text/javascript"">

try doing it like this instead

<script language="JavaScript" type="text/javascript">

the only difference is the quotes are wrong in the first one... but that's not your mistake, it's like that on lissa's page.

Hmm....I tryed fixing it, but nothing happened...Thanks anyways.

Rosey
11-12-2004, 04:45 AM
first of all: that is REALLY annoying.

second of all , the problem is here:

alert("Antiquewhite
");

it should all be on one line :

alert("Antiquewhite");

laurioli34
11-12-2004, 04:48 AM
Thank you very much!

One more queston: How did you get into my page?? I'm all curious now!

Rosey
11-12-2004, 04:55 AM
you can view the source to a page with the browser.
It's not big thing :)

On netscape: view>source

laurioli34
11-12-2004, 04:58 AM
Where do you view the page?

Rosey
11-12-2004, 10:48 AM
i clicked the link you gave me and then on my browser, up where it says file, edit, view....I go to view, and then source.

laurioli34
11-12-2004, 09:00 PM
I tried that, but nothing happens..Does there have to be a mistake on it?

MaGiCSuN
11-12-2004, 09:08 PM
clear out your temp folder. it might be full so then it doesn't view sources.

options > internet > clear temp
(if i'm right, i don't use IE anymore so i can't check it)

Love,
Mirna

laurioli34
11-15-2004, 02:05 AM
clear out your temp folder. it might be full so then it doesn't view sources.

options > internet > clear temp
(if i'm right, i don't use IE anymore so i can't check it)

Love,
Mirna

Hmmm...I can't even find where you're talking about....it's terrible, I'm computer literate, I swear!

kittycat
11-15-2004, 02:22 AM
in IE go Tools>Internet Options
Under the temporary internet files section click 'delete files'