joonstar
08-29-2004, 08:38 AM
index.html
<a href="next.html" name="DoNotClick"> click </a>
I have a link like the above.
If a user clicks the link, it will move to next.html.
But I like to make it like the following.
If a user click the link, it will show an alert saying "Do not click, please," and
as the user confirms the alert, it will back to index.html.
Thanks in Advance
<a href="next.html" name="DoNotClick"> click </a>
I have a link like the above.
If a user clicks the link, it will move to next.html.
But I like to make it like the following.
If a user click the link, it will show an alert saying "Do not click, please," and
as the user confirms the alert, it will back to index.html.
Thanks in Advance