Have a question......I know I can use <a href="LINK"> to create a link to another page. I did that but it opens the link in the SAME window. Can someone tell me how I can make it so it opens ANOTHER window.
Thanks
Bill
Page 1 of 1
Question About Hyper Links
#3
Posted 06 March 2007 - 08:19 AM
i wanna ask another thing, how bout to target the link to open in another tab, not window. any way to do that ?
If Quizzes were Quizzicles, what are Tests ?
#4
Posted 06 March 2007 - 09:36 AM
If your browser is the type that uses tabs, that should open a new tab. It depends on your browser settings.
Did I mention that it is considered poor design to use this method though? Or that the target method is deprecated?
Did I mention that it is considered poor design to use this method though? Or that the target method is deprecated?
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens
#5
Posted 06 March 2007 - 12:16 PM
eh ? really ? then, what do we use nowadays?
another thing though, erm... it does not open another tab using the target="blank" attributes, if the browser is ie7. It still opens another window. or is there any settings that i need to do to change this preference ? it does however open another tab, if i were to use opera or firefox as a browser =)
another thing though, erm... it does not open another tab using the target="blank" attributes, if the browser is ie7. It still opens another window. or is there any settings that i need to do to change this preference ? it does however open another tab, if i were to use opera or firefox as a browser =)
If Quizzes were Quizzicles, what are Tests ?
#6
Posted 06 March 2007 - 12:25 PM
I have an application that opens in a new tab in Firefox, but that is what I have for the default setting in Firefox. I probably should have quantified it in that way. I have never tried it in IE, but I would assume that if it was set to use tabbed browsing that it should work. If the default setting is to open a page in a new window, it is not going to override it though.
And if not, hey, it wouldn't be the first time I was wrong today....
I see a lot of programmers using Javascript to open pages in new tabs; again, it is still not gong to override the browser's default behavior.
And if not, hey, it wouldn't be the first time I was wrong today....
I see a lot of programmers using Javascript to open pages in new tabs; again, it is still not gong to override the browser's default behavior.
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens
#7
Posted 16 March 2007 - 09:56 AM
groovicus, on Mar 5 2007, 02:37 PM, said:
<a href="LINK" target="blank">
Shouldn't it be <a href ="LINK" target="_blank">?
Help us help you. If HelpBot replies, you MUST follow step 1 in its reply so we know you need help.
Boredom Software Stop Highlighting Things
Boredom Software Stop Highlighting Things
Share this topic:
Page 1 of 1

Help


Back to top










