Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display message
Message
From
10/05/2002 14:09:19
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
 
To
10/05/2002 10:31:14
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00655056
Message ID:
00655200
Views:
21
You can use VBScript to do this. Below is an example from one of my pages.
If Request("status") = "NoData" then
   NewStatus = "OK"
   Response.Write "<SCRIPT LANGUAGE=" & chr(34) & "VBScript" & chr(34) &">"
   Response.Write "Dim Answer" & vbCrLf
   Response.Write "Answer = msgbox(" & chr(34) & "No current patient data for physician." & _
     chr(34) & ",0," & chr(34) & "No Patients Found" & chr(34) & ")" & vbcrlf
   Response.Write "Navigate " & chr(34) & "main.asp?status=" & NewStatus & _
     "&SearchedDocNum=" & Request("SearchedDocNum") & Chr(34)
   Response.Write "</SCRIPT>"
End If
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform