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 if the links were downloadable files such as *.doc?
Thank You.
<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 if the links were downloadable files such as *.doc?
Thank You.