is it posiable to call a asp page
with in java script function ?
how to do this ?
User Profile
Collapse
-
Call ASP page within JavaScript function
-
hi, it is very easy to use asp function
in java script
just call like this within javascript....
<%=yourfunction ()%>
but, it's not posiable to send value's through javascript to asp function's.
bye & best of luck -
How Can I Do This ?
Please solve my problem below i was given....
<%
dim names(100)
session("names" )=names
session("non")= 0
%>
<table>
<tr><td>
<input type="textbox" name="name1" id="name1" value="">
</td></tr>
<tr><td>
<input type="button" id="btn"...
No activity results to display
Show More
Leave a comment: