agentOOjoe
11-13-2006, 10:01 PM
Hi,
Of course I know how to open a URL in a new window using the _blank target command, i am wondering something different.
here is what i am starting with:
getURL("https://www.example.com", "_blank", "GET");
now....
when this is run, i want it to open in a new window... but only the first time it is clicked. Every time after that, i want it to open in the same window that was created from the first click. That way, a new window isn't created everytime the link is clicked.
thanks very much for any help
Of course I know how to open a URL in a new window using the _blank target command, i am wondering something different.
here is what i am starting with:
getURL("https://www.example.com", "_blank", "GET");
now....
when this is run, i want it to open in a new window... but only the first time it is clicked. Every time after that, i want it to open in the same window that was created from the first click. That way, a new window isn't created everytime the link is clicked.
thanks very much for any help