February 5th, 2008 by Tom
Dreamweaver Tip – Open Link In a New Window
The tool that can help us create links to open in a new window is a target box under the link box. you can control link in 4 methods.
1. target _blank, 2. target _parent, 3. target _top, 4. target _self.

How to use it
The target box will active only when you create a hyperlink.
target = ” _blank” = Open a link in a new browser window.
target = ” _parent” = Open a link inside a frame (see example)
target = “_self” = Open a link in the same browser window, this is a default value when you don’t assign target value.
target = ” _top” = Open a link in the same window and skip a frame set (if you use frame)
The HTML Code
You can code in html like code below
<a href="http://www.google.com" target = "_blank">Google</a>
Related Posts
- Dreamwever Plugin For Creating Css Menu – List-O-Rama
- Dreamweaver Video Tutorials For Beginner
- Adobe Releases Dreamweaver CS4 Beta
- Creating Form in Dreamweaver Video Tutorial
- Creating a Favicon For Your Web Using Photoshop and Dreamweaver (Video Tutorial)
- Create a Tabbed Navigation Bar Using Dreamweaver Video Tutorial
- Creating CSS Rounded Corners With Dreamweaver (Video Tutorial)
- Color Plugin For Dreamweaver
- Introduction to CSS Tools in Dreamweaver
- Create Css Menu Using Dreamweaver Video Tutorial

July 24th, 2008 at 6:45 pm
thank you very much for the detail explanation on how to open a link in a new page, rather then leaving my site . I have done many link exchanges, that i see people wind up leaving my site to see the sites i promote.. then i loose the customer. anyway thank you!! my site is http://www.a1limobus.com if you have any ideas we are open to all suggestions!!!!
wayne
November 6th, 2008 at 8:48 am
thank you. i will try your suggestion. It’s for a school project.
March 30th, 2009 at 5:37 am
thanx a lot,
you´ve been of great help today!
June 10th, 2009 at 11:24 pm
You are a star. Simple and effective. Thanks.
August 5th, 2009 at 7:36 am
[...] [...]
August 10th, 2009 at 8:58 am
this is a great way of keeping people from accidently straying away from my storyteling site, keep up the good work!
September 23rd, 2009 at 5:36 am
This was very helpful. Thank you! I have been searching the web for something that is explained easily. This was perfect. Thanks!
September 28th, 2009 at 11:34 pm
[...] use dreamweaver. Photoshop is use for graphics editing program. Dreamweaver Tips and Tutorials Open link in a new window On the way, your english are terrible. "I am studying how to development a basic website [...]
November 19th, 2009 at 9:37 am
THANK YOU VERY MUCH THIS HELPED ME VERY MUCH THAN YOU VERY MUCH
November 20th, 2009 at 9:53 pm
thank you very much for that all the other websites i have visited took the long route round, but you have explain it perfectly.
many thanks
December 27th, 2009 at 6:01 am
Thank You,Thank You.
I have been searching for this information all over.
You have made it so easy , to do and understand.
January 9th, 2010 at 3:00 am
What do I do when it’s a strict xhtml document?
I can’t get my page validated when I use the old markup target!
thanks
January 27th, 2010 at 3:48 pm
Doesn’t always work.. for example: I make a behaviour for mousemove to open a URL and i want it to open the url in a new window. How does that work because i can’t figure it out…
February 4th, 2010 at 11:41 pm
thanks big time, i was having trouble getting a hyperlinked picture to act this way and i just added that bit of code following the quote of the link. thanks again
April 20th, 2010 at 2:13 am
this is very helpful! thank you very much!!!!