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()">...