set hyperlink to open in a new window

  • Thread starter Thread starter laoban2
  • Start date Start date
right click the link and chose hyperlink properties. in that box you'll see
a target frame button on the upper right. click that and set it to new page
"_blank".
HTH
PS if you're trying to get a smaller or "pop-up" window you'll need
JavaScript. there's a free plug-in here:
http://jimcoaddins.com/ it's called spawn.
 
That did it! Thanks, Chris.
-----Original Message-----
right click the link and chose hyperlink properties. in that box you'll see
a target frame button on the upper right. click that and set it to new page
"_blank".
HTH
PS if you're trying to get a smaller or "pop-up" window you'll need
JavaScript. there's a free plug-in here:
http://jimcoaddins.com/ it's called spawn.

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--





.
 
Hi Laoban,

1. Insert Hyperlink
2. Type in the URL
3. Click on Target Frame and select "New Window"

The code looks like this,

<a target="_blank" href="collapsiblelist.htm">New Page 1</a>

Regards,
Vijay

Disclaimer: This posting is provided "as is" with no warranties and confers
no rights

--------------------
| Content-Class: urn:content-classes:message
| From: "laoban2" <[email protected]>
| Sender: "laoban2" <[email protected]>
| Subject: set hyperlink to open in a new window
| Date: Tue, 9 Mar 2004 20:06:58 -0800

|
| How do you set a hyperlink so that it opens in a new
| window?
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top