I would like to launch an online store in a separate window once the visitor
clicks on "Shop Now". We have installed the following code on our site:
<a href="onlinesto re.asp" target="_blank" >Shop Now</a>
The problem is that if a user clicks on the link more than once several
window will open up. Is there code that will open up the store in the same
window no matter how many times the user clicks on the link above?
clicks on "Shop Now". We have installed the following code on our site:
<a href="onlinesto re.asp" target="_blank" >Shop Now</a>
The problem is that if a user clicks on the link more than once several
window will open up. Is there code that will open up the store in the same
window no matter how many times the user clicks on the link above?
Comment