PDA

Click to See Complete Forum and Search --> : VBScript and Javascript


Oct 18th, 2000, 04:21 AM
Hi, I have 2 questions:

1) If I write a function in VBScript, how can I call it from within my asp-page?

2) I have some code written in javascript that I want to run from within some code in VBScript. (How) can I do that?

Thanx! :)

monte96
Oct 18th, 2000, 10:14 AM
The same way you would call it in an application. Just don't mix up server side script with client side script. One can't call the other.


call javascriptfunction()