Guest_imported
New member
- Jan 1, 1970
- 0
I have a function inside the script tag of a html page. How do I call that function using ASP code written in JScript? (I want to call it from within the asp code block.) Have tried with return and function, but I only get an error message ('return' statement outside of function). Suggestions, anybody?