Thanks for all your inputs, its very useful.
It seem that asp cannot detect if a button is press like
in vbscript (ex: sub button_onClick()
end sub)
Can I do in vbScript all the thing possible in asp?
Why location.href ="url here"
and not response.redirect = "url here"?
it is possible to do something like this?
<%
sub mysub()
response.redirect = "url here"
end sub
%>
<script language="VBScript">
call mysub()
</script>
Hi,
I want to do something supposedly very easy, but even if work all day on that I didnt find it. I try all the way.
There a simply way I think to do it, but it doesnt work...so if you have an idea tell me please.
<td><INPUT type="button" value="Button" name=buttonNext...
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.