Is it possible to trigger a VBScript sub in Javascript? If so how would I do it.
Eg.
sub testsub
msgbox "This is a test"
end sub
Now using javascript is it possible to call 'testsub' ?
Thanks
Printable View
Is it possible to trigger a VBScript sub in Javascript? If so how would I do it.
Eg.
sub testsub
msgbox "This is a test"
end sub
Now using javascript is it possible to call 'testsub' ?
Thanks
i don't think that this is possible
No it's not. The syntax are incompatible.
Chris