Form Method=GET & ASP Collection Request.QueryString Home » ASP » Communicating with the User » Form Method=GET & Request.QueryString Creating Form Where Method=GET "GetMethod.html" <%@Language=VBScript%> <%Option Explicit %> A Simple Form Using GET Method Name: Age: Output of "GetMethod.html" "GetMethod.asp" <%@Language=VBScript%> <%Option Explicit %> <% n = Request.QueryString("Name") a = Request.QueryString("Age") Response.Write("Name : "&n&"") Response.Write("Age : "&a&"") %> Output of "GetMethod.asp" Read more » Share on Facebook Share on Twitter Share on Google Plus RELATED POSTS
Blogger Comment
Facebook Comment