View Full Version : Popup


Tjololo
05-04-2003, 04:00 PM
I don't quite know if this is where this goes...Alright but anyway, is there a way to make a popup that comes up when someone opens the home page of your site (like clicks a link or types in the url and looks at the site), when you click it, the link that you clicked opens in the website and not the popup, and the popup doesn't go away when you click it? I'm trying to use it as a type of site map, where I put the map in a little window and people can use it to navigate my site. Can someone help me find the code for this?

kittycat
05-04-2003, 05:19 PM
The way I can think of to do it is like this...

Have a splash or enter page, and make the link to the main section open in a new window by adding target="mywindowname" to the link.

In the pop up window where you'll have all the links/navigation, target all of them to open in 'mywindowname'.

Might be a little extra work, but you could try it and see if it's what you want.

Tjololo
05-04-2003, 05:31 PM
What's a splash page?

apples
05-04-2003, 05:35 PM
Originally posted by Tjololo
What's a splash page? It's the first page people see when they go to your site. It's kind of like a title page. :)

Tjololo
05-04-2003, 05:40 PM
Oooh ok, so I open a new window using target="whateverwindowname" and that's where I target all my links? Alright, but how would I get the links? Oh, could I do a redirect on the opening page and after clicking on the link (for the popup) it would redirect it to the image map? What would I say, redirect on mousclick or something? (The mouseclick thing is totally lost on me, I've got no clue...lol)