I was wanting to know how I would go about attaching javascript functions to a html element on the fly such as...
Start HTML
After Script RunHTML Code:<body> <a href="sometext.html">test</a> </body>
HTML Code:<body> <a href="sometext.html" onclick="LinkClick('test', 'sometext.html')">test</a> </body>


LinkBack URL
About LinkBacks


Reply With Quote
