| |
imav8n
Posts: 95
Score: 0
Joined: 7/3/2001
From: USA
Status: offline
|
something like this maybe: <% YesNo = Request.QueryString("yn") If YesNo = "y" then %> <meta http-equiv=Refresh content="0;url=sendmail.asp"> <a href=sendmail.asp>If your screen does not automatically refresh, click here</a> <% else %> <meta http-equiv=Refresh content="0;url=chat.asp"> <a href=chat.asp>If your screen does not automatically refresh, click here</a> <% end if %> ~imav8n Failure is not an option.....it comes bundled with the software.
|
|