Not sure if this is the correct place to put this, but here goes...
In Javascript I can do something along the lines of:
<a href="javascript: functionname('value');">My Link</a>
I try the same thing within a VBSCRIPT page and it says object expected. Is there something along these lines in VBSCRIPT or is my formatting wrong?
Thanks in Advance.....
In Javascript I can do something along the lines of:
<a href="javascript: functionname('value');">My Link</a>
I try the same thing within a VBSCRIPT page and it says object expected. Is there something along these lines in VBSCRIPT or is my formatting wrong?
Thanks in Advance.....
Comment