does anyone know how to "a href" from vbscript ? :D
Printable View
does anyone know how to "a href" from vbscript ? :D
not what you're looking for?Code:%>
<a href="blahblahblah.html">link here</a>
<%
well, what i am actually trying to do is have the page display a checkbox near the top of the screen and when a link is clicked it will check the stats of the checkbox, if it is checked then it'll open the link in a new window, if it isnt checked then it'll open in its current window. and suggestions ?