Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Equivalent methods in CF

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I wondering what is the equivalent method in CF such one in ASP: "request", that can request instances . Thanks.
 
I'm not sure I understand your question. The <cfobject> tag might be what you're looking for but if you just mean what's the equivalent of the ASP request object, I would say that you'll find various parts of it in the cgi, server, form, cookie, & url variable scopes.

Here's how you would get a form variable city, a url variable password, etc..

form.city
url.password
cookie.username
cgi.remote_addr
server.OS.version
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top