Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: Pier on December 01, 2011, 08:10:42 AM
-
Hi Support, I 've a question
i that possible to make the script open the redirecting page in a second page so that the browser will open the traded url in a second page? so my users will stay in my page and have the secon page open? because at the moment the script goes direct to new website without open a new window and go out from mine website.
Hope in your help and sorry for my bad english
I run a wordpress Tube blog
Pier
-
Hi.
Please read http://www.w3schools.com/tags/tag_base.asp
-
As kildoozer said this is not related to our script, but to basics of HTML.
So adding <base target="_blank" /> between <head></head> tags on your site will make all links open in new window or U can specify target="_blank" for each link where it goes thru trade pulse.
Cheers