View Full Version : Popup Window But Different Than Before


oknobirds
05-21-2005, 02:15 AM
hi guys. I've read a lot of the pop up window tutorials and most of questions of how to make a popup window from thumbnail or an image,etc.

What i want to know is how do you make a popup window with just text.

What i mean is very similar to this code....

<a href="doc2's link" target="blank">click here for doc2</a>

where a new page pops up, but the browser/tool thing at the top still exists. I want the same thing, but without the tool bar and something more like a pop-window. I want to make a page, (name.html) a pop-up. How do you do that?

kittycat
05-21-2005, 02:41 AM
If you look at the code on this site, it's the exact same as for an image popup. The only difference is that instead of an image tag between the <a...> part it's plain text.