Yes. Just create a VBScript function/sub in the same document, and since it would be a member of the window object, Javascript would also be able to call it, like so: <script language='vbscript'>
sub test()
alert("test")
end sub
</script>
<script language='javascript'>
test();
</script>
Chat with our AI personalities