Quote:
Originally Posted by fallguyjg
I'm also needing to display a vbscript variable in html.
|
HTML Code:
<script type="text/vbscript">
Dim myVar
myVar = "foo"
Document.write(myVar)
</script>
That example would print the variable myVar to the page.
I don't understand the problem from the other topic which you linked to enough to try and answer it.
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
Last edited by frost; 09-02-2007 at 08:13 PM..
Reason: Fixed typo
|