Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: calling a VB script function from javascript


Message #1 by "nick" <nick@i...> on Thu, 31 Jan 2002 17:13:20
Hi Nick!

This is actually very easy.  All you have to do in Javascript is write

LaunchExternalFile(appName, fileName);
Replace appName and fileName with whatever the variables are.

Don't forget to ensure that you have exactly 2 arguments, otherwise an 
error will be generated (but you probably knew that already).

Regards

Philip
----------------------
dhtml_phil@h...

  Return to Index