View Full Version : How to redirect a link to open a new window
Blessewe
07-27-2010, 04:44 PM
Is there a special code we use for vBulletin 4, nothing seems to be working Thank you
borbole
07-27-2010, 04:53 PM
Is there a special code we use for vBulletin 4, nothing seems to be working Thank you
Try to use target="_blank". i.e.
<a href = "link_url" target="_blank">Description</a>
Although the target="_blank" attribute=value has been depricated it is the easiest way to open links in the new window. Otherwise you should use javascript but I need to know the exact code you are using.
mmoore5553
07-29-2010, 12:00 PM
borbole is correct on the code and it is depreciated. i would use" _new" as that is now standard.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.