I have a function and after it is done it needs to direct to test.asp, I tried to use response.redirect, but the problem is that when you load the page, it right away redirects eventhough i put the statement within the function.
Thanx
<form name="a" onSubmit="bla()">
<script>
Function bla()
msgbox("hello"
' this does not work : <%response.redirect "test.asp"%>
End Function
</script
Thanx
<form name="a" onSubmit="bla()">
<script>
Function bla()
msgbox("hello"
' this does not work : <%response.redirect "test.asp"%>
End Function
</script