I find the following to be unreliable. Sometimes it works and sometimes it doesn't.
<code>
response.write("<meta http-equiv=refresh ")
response.write("content=0;url=http:contactsusers.asp>")
</code>
The same is true of
<code>
response.redirect("newpage.asp")
</code>
Is there something wrong with my construct or is there a better way?
<code>
response.write("<meta http-equiv=refresh ")
response.write("content=0;url=http:contactsusers.asp>")
</code>
The same is true of
<code>
response.redirect("newpage.asp")
</code>
Is there something wrong with my construct or is there a better way?