PDA

Click to See Complete Forum and Search --> : Calling a VBScript function from javascript


BassTeQ
Jul 24th, 2001, 07:11 PM
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

sail3005
Jul 24th, 2001, 11:55 PM
i don't think that this is possible

Psyrus
Jul 25th, 2001, 12:15 PM
No it's not. The syntax are incompatible.


Chris