Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: Zora on July 21, 2010, 09:19:58 AM
-
was thinking there'd be an option to select whether a trade opens in same page - or in a new tab, but can't locate one.
is it best to open target site in same window
-
you do that with html code. target="_blank" is for new window, target="_top" is for same window. These are BASICS OF HTML!
-
well thank you for that html lesson ip0li :)
always good to have a refresher in the basics isn't it ::)
what I was meaning though was I was surprised not to see that settable as a variable in the trade pulse admin (per trade) as opposed to being coded on site.
though just a small detail - was wanting to pass my observation along.
-
New window and same window=CLIENT SIDE. So we can't do anything in code of TP to open new or same window :(.