Hi community,
The title says it all... is it possible to call a javascript function from an ESP script? (like <% alert("I am an alert box!"); %>, which is an invalid call indeed)
its possible to use: <% write('<script>alert("I am an alert box!")</script>'); %>, but this would be a hassle on longer scripts.
thanks!