Explaining Objects in ASP
Welcome Mr./Ms. . Will send you a mail shortly to .
Thanks for visiting this site. Hope you have found the Objects
Your machines IP Address is
The text in red are retrieved using the various collections of Request Object.
Source of the Form
Name :
EMail :
In the above source , note the action url in the form which has a variable “test” attached to it.
Source of the ASP file
Welcome Mr./Ms.
.
Will send you a mail shortly to
.
Thanks for visiting this site. Hope you have found the Objects
Your machines IP Address is
Here, note that we have used both Request.Collection(“Variables”) and Request(“Variables”) syntax. Also note the usage of the REMOTE_ADDR variable in the request object to retrieve the Remote IP address using Request.ServerVariable collection.