Click to See Complete Forum and Search --> : Calling JavaScript Function from a asp file.


Hushpappy
August 15th, 2000, 01:31 PM
how can i call a js function that is inside the asp page and call it in a asp command.
thanks,


___///___
__(.)-(.)__
ooO(.)Ooo

soar
August 24th, 2000, 05:54 PM
Are you talking about calling a client side script from a server side script?

If you want to call a client side public function from other pages, put it in a scriptlet.

Else, write a click event that calls your function.

Anyway, objects on your page can call your page level functions directly by name.