How to program this in HTML or javascript?

ITGuy

New member
Im trying to call a function from a VB script via a hyperlink. i recieved this message as an answer, anyone know how to code this?

Put a button on the page. Call the new function when the button is clicked. (If it has to be triggered by a link, you'll have to have the page check to see whether it's been called from itself. If it has, and only if it has, execute that function.)
 
Back
Top