if you use fire fox. left click-n-hold-highlight the item, release, right clock [you should now see about 4 options and one will be to search the net for that item. when you click that option, it will open in a new tab.
2006-08-25 07:04:05
·
answer #1
·
answered by bite my shiny metal a** 3
·
0⤊
0⤋
when you click the link a new browser window opens displaying the linked page inside. Here's the code...
Visit Fontstuff today!
The addition of the TARGET attribute to a hyperlink lets you dictate where the linked page opens. To open a new page I have used target="_blank" but there are others...
target="_blank" Opens the linked page in a new window.
target="_self" Opens the linked page in the same window. This is the default for ordinary pages and doesn't need to be specified. It has a use when working with frames.
target="_parent" Opens the linked page in the parent frame in a frames page.
target="_top" Opens the linked page in a full (i.e. top level) window when used in frames pages. This one is useful for letting a linked page 'break out' of a frame.
2006-08-25 10:35:04
·
answer #2
·
answered by rishi k 1
·
0⤊
0⤋
Try putting in the http://
google
2006-08-17 17:57:04
·
answer #3
·
answered by merigold00 6
·
0⤊
0⤋
Here is an example from my website.
STYLE="border-style: solid; width: 100%; height: 100%; background-image: none; text-align: center; vertical-align: top;">
Don't forget to put a space between 0345.jpg" and TARGET
The code TARGET="_blank" is the command that opens the link in a new (blank) window
2006-08-17 22:17:25
·
answer #4
·
answered by Anonymous
·
1⤊
1⤋
your example does not work because you are referring to a file named www.google.com.
you want:
http://www.google.com
or simply
//www.google,com (less common but you get to save 5 characters!)
2006-08-22 03:49:20
·
answer #5
·
answered by jake cigar™ is retired 7
·
0⤊
0⤋
Try this link:
http://www.designerwiz.com/mf.htm?http&&&www.designerwiz.com/JavaScripts/js_framepopup_effect_master.htm
2006-08-17 17:59:21
·
answer #6
·
answered by Twisted Maggie 6
·
0⤊
0⤋