If I have a fucntion in vb script or java script, how can i call that function from inside ASP.
ex:
on page1 a user enters information and then clicks on "Save"
by clicking on "save", page2 in invoked .
In page2, which the user never sees I use ASP to call the Dll and then I want to call a script function that displays a msgbox to the user indicating whether the data has saved or not.
All i really need is how to call the script after the data is saved without having the user click on anything.
Sam
ex:
on page1 a user enters information and then clicks on "Save"
by clicking on "save", page2 in invoked .
In page2, which the user never sees I use ASP to call the Dll and then I want to call a script function that displays a msgbox to the user indicating whether the data has saved or not.
All i really need is how to call the script after the data is saved without having the user click on anything.
Sam