VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Checking for no data posted. If there's data posted in the variable called NAME, it's displayed o

by KakiSOFT (2 Submissions)
Category: Active Server Pages
Compatability: ASP (Active Server Pages)
Difficulty: Unknown Difficulty
Originally Published: Tue 18th December 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Checking for no data posted. If there's data posted in the variable called "NAME", it's displayed on the screen.

Rate Checking for no data posted. If there's data posted in the variable called NAME, it's displayed o



<%
    If request.querystring("name") = "" Then
        Response.Write "Please enter a name!"
    Else
        Response.Write "Name: <B>" & request.querystring("name") & "</B>"
    End If
%>

Download this snippet    Add to My Saved Code

Checking for no data posted. If there's data posted in the variable called NAME, it's displayed o Comments

No comments have been posted about Checking for no data posted. If there's data posted in the variable called NAME, it's displayed o. Why not be the first to post a comment about Checking for no data posted. If there's data posted in the variable called NAME, it's displayed o.

Post your comment

Subject:
Message:
0/1000 characters