Author: Real Gagnon
Author's WebSite: http://tactika.com/realhome/realhome.html
Method 1
If Javascript is disabled then an error is displayed...
<A HREF="javascript:myFunction()">
Click here for Javascript action!</A>
Method 2
If Javascript is disabled then a special page is displayed to warn the user...
<A HREF="nojavascripthere.html"
onClick="myFunction(); return false">
Click here for Javascript action!
</A>
Posted On: 10-Jul-1999