HighDots Forums  

Pop up design

alt.discuss.html alt.discuss.html


Discuss Pop up design in the alt.discuss.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mike
 
Posts: n/a

Default Pop up design - 10-03-2005 , 04:20 AM






Hello,

This may be a dumb question, but how do I make my target a "pop up window"
without all the regular browser toolbars ect?

Thank you



Reply With Quote
  #2  
Old   
Shawn Wilson
 
Posts: n/a

Default Re: Pop up design - 10-05-2005 , 06:07 PM






"Mike" <mdempsey1128 (AT) charter (DOT) net> wrote

Quote:
Hello,

This may be a dumb question, but how do I make my target a "pop up window"
without all the regular browser toolbars ect?

Thank you


<a href="bob.html" target="anythingyouwant">click here</a>

The take home principle is that you need a target="" on your href, and if
what's in the quotes doesn't already exist, then it will result in a new
window being opened.

For example, say you had a frame layout. You would have had to name the
frames. Say one frame is named "left".

If you target="left" then the link will go to that left frame. By naming
that frame, you created a window named "left".

If you currently don't have frames or other named windows like that, then
you can pick any target name you want for the new popup.

Technically, you could use target="_NEW", but like I said, in practice as
long as you choose a name that doesn't exist already, it will open a new
window.

--
Shawn Wilson




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.