Hey everybody,
I have a problem. I want to call an asp function when I click on a link. Plus (if possible) give a value with it ...
<%
function Auth(variable1)
asp stuff
end function
%>
<a href... onClick="Auth('test')">the link</a>
is something like this possible? The One And Only KryptoS
I have a problem. I want to call an asp function when I click on a link. Plus (if possible) give a value with it ...
<%
function Auth(variable1)
asp stuff
end function
%>
<a href... onClick="Auth('test')">the link</a>
is something like this possible? The One And Only KryptoS