ecnarongi
12-16-2002, 09:10 PM
I did a search but found nothing, I guess the old db didn't get ported over from pre june 2002, I can remember that I answered this before but I guess age is catching up to me. I want to know how to access an ASP function through javascript, and I want to pass a value to the ASP function from javascript. ie.
if ( document.form.elementname.value == "" || <% ASPfunction(+document.form.elementname.value+) %> == "True")
{ //do something }
all help is appreciated, thanks.
if ( document.form.elementname.value == "" || <% ASPfunction(+document.form.elementname.value+) %> == "True")
{ //do something }
all help is appreciated, thanks.