example:
<%
function functionRun
response.write "this ran"
end function
if len(request.form("functionCall") > 0 Then
functionRun
Else
%>
<body>
<form name="frm" action="post" action="thisPage.asp">
<input type="submit" name="functionCall" value="call function named functionRun">
</form>
</body>
<% end if %>
_____________________________________________________________________ Where have all my friends gone to????
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.