Am having a hard time with this.
Have opened a popup window (using javascript) displaying two choices. Visitor selects one of the items showing so he/she can be sent to the relevant page.
Problem is I also want the popup window to close when the user makes that selection. Need help doing this.
The items representing the choices are both defined by <a> tags.
Here is relevant code:
Are you sure you want to proceed?
<a href= back to beginning</a>
<p>
<a href= jump ahead</a>
How do I code it so that selecting either item will send the user on AND close the popup window at the same time?
Any help appreciated.
Have opened a popup window (using javascript) displaying two choices. Visitor selects one of the items showing so he/she can be sent to the relevant page.
Problem is I also want the popup window to close when the user makes that selection. Need help doing this.
The items representing the choices are both defined by <a> tags.
Here is relevant code:
Are you sure you want to proceed?
<a href= back to beginning</a>
<p>
<a href= jump ahead</a>
How do I code it so that selecting either item will send the user on AND close the popup window at the same time?
Any help appreciated.