Well what I mean is I have a webpage somePage.html. On this page there are several links. Let's say that the user presses a button that triggers a prompt box. The prompt asks the user: "Please enter a link that is located on this page that you would like to launch"
The user enters the link...
If I have a bunch of links such as:
<a href="something1.html">
<a href="something2.html">
<a href="something3.html">
<a href="something4.html">
<a href="something5.html">
Then, I prompt the user for a link, he/she enters the link. Can I then launch the link by some command in javascript.
What...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.