View Full Version : Pop-up Spot


TBOnline
06-26-2004, 06:32 PM
Ok, So I want a change...
So I decided I'd make a new layout for my website.
And I decided after forgetting to put the navigation on it (like always),
That I would have the navigation in a pop-up.
I know that is a pain to most people, but I was thinking about just having the people click on an image that says "Navigation" and then a pop-up, well, pops-up.
SO then there would be the navigation in the pop-up.
So say they click on the link that would lead them to "avatars" in Media (in the navigation pop-up)
Would I be able to make that link target to open in an iframe on the page they opened originally?
Or should I just not do the pop-up thing.

zetsubou
06-26-2004, 07:31 PM
Just need to include target="youriframename" in your navigation links and that should do it.

TBOnline
06-26-2004, 11:33 PM
But there will be two iframes on the page, and then an iframe pop-up with links pointing to one of the iframes on the page (not in the pop-up)...
And that will still work?

zetsubou
06-26-2004, 11:45 PM
It should, yeah, as long as they all have different names. I tried it myself with one iframe and it worked, so I don't see why not. Try it and see.

TBOnline
06-26-2004, 11:57 PM
Thanks! You're a godsend