Forum Moderators: open

Message Too Old, No Replies

Calling JavaScript fuctions from ASP

         

aries

1:16 pm on Jun 17, 2004 (gmt 0)

10+ Year Member



Hello there,

Is there a way to call JavaScript functions in the middle of ASP code?

Thank you!
aries

txbakers

5:20 pm on Jun 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can create server side JS the same way you create client side JS, and call the function that way.

You could also wrap the JS function in an ASP IF-THEN statement and call it if necessary.