|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How do i set my links to open in new tabs and windows?
|
|
||||
|
target="_new" in your <a> tag will give you a new window. I'm not sure how it works with tabbed browsing, though.
__________________
Toronto Web Design | Search Engine Friendly, Standards-Compliant Layouts | Walk on my Path (my blog) |
|
|||
|
any way to do it to more than one at once?
|
|
|||
|
You would have to use javascript to open two or more windows;
<script language="JavaScript"> <!-- function newWindows() { win1=window.open('http://www.webproworld.com','win1','status=1,scrollbars=1 ,toolbar=1,resizable=1,width=800,height=600'); win2=window.open('http://www.google.com','win2','status=1,scrollbars=1,tool bar=1,resizable=1,width=800,height=600'); } //--> </script> Then in your link; New Windows |
|
||||
|
What he said.
__________________
Toronto Web Design | Search Engine Friendly, Standards-Compliant Layouts | Walk on my Path (my blog) |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |