Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: Zora on July 21, 2010, 09:19:58 AM

Title: choice of same page of new window
Post 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
Title: Re: choice of same page of new window
Post by: ip0li on July 22, 2010, 04:56:52 AM
you do that with html code. target="_blank" is for new window, target="_top" is for same window. These are BASICS OF HTML!
Title: Re: choice of same page of new window
Post by: Zora on July 22, 2010, 04:07:02 PM
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.
Title: Re: choice of same page of new window
Post by: ip0li on July 23, 2010, 02:58:19 AM
New window and same window=CLIENT SIDE. So we can't do anything in code of TP to open new or same window :(.