imstillatwork
IS-IT--Management
Here is the If statment:
If Request.Form("Print" = "yes" Then
Server.Execute"phone_print.asp"
End If
(more code down here)
I want the ASP to stop after the Server.Execute. My current ASP keeps displaying everything else after the Server.Execute Is displayed. Very Simple I am sure, but I am New to this!!
thank you!!
kevin
If Request.Form("Print" = "yes" Then
Server.Execute"phone_print.asp"
End If
(more code down here)
I want the ASP to stop after the Server.Execute. My current ASP keeps displaying everything else after the Server.Execute Is displayed. Very Simple I am sure, but I am New to this!!
thank you!!
kevin