|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
If Statement conditions and results
<i><b>Originally posted by : Shawn McFarland (shawn.mcfarland@seg-outdoor.com)</b></i><br /><br />How can I force a certain web page to load depending on a condition in an if statement using asp?
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Doug Anderson (doug.t.anderson@home.com)</b></i><br />If you haven't started to write out any HTML you can use this example.<br /><%<br />If RedirectFlag = True Then<br /> Response.Redirect "address"<br /> Else<br /> continue processing.....<br />End If<br />%><br /><HTML><br />....<br /></HTML><br /><br />If you started to write out HTML you can use the following example. <br /><HTML><br />...<br /><%<br />If RedirectFlag = True Then<br /> Response.Write "<META HTTP-EQUIV='REFRESH' CONTENT='3; URL=address'>"<br />'The Content with the 3 states within 3 seconds<br />End If<br />%><br /></HTML><br /><br />Hope this helps.<br />------------<br />Shawn McFarland at 12/11/2000 6:00:08 PM<br /><br /><br />How can I force a certain web page to load depending on a condition in an if statement using asp?
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > If Statement conditions and results |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|