|
| |
|
|
jonance
Posts: 299 From: Louisville KY USA Status: offline
|
passing values??? - 4/4/2001 14:42:00
This is a question i have been meaning to ask for a long time. What are the requirements for passing values with parameters. I know that to send the values you can either use a form or add them at the end of the hyperlink (thanks spooky), but what is needed to insert them where you want in the next page? I know you use some sort of coding but i am not sure exactly what...Also, does it have to be an asp page. Also, does it have to be in a database results region. Any explanation is appreciated. Thanks again in advance. John
|
|
|
|
Spooky
Posts: 26606 Joined: 11/11/1998 From: Middle Earth Status: offline
|
RE: passing values??? - 4/4/2001 18:25:00
The basic format is this :<%=Request("Value")%> Will write the value of "Value" from either a form or querystring <%=Request.form("Value")%> Will write the value of "Value" from a form <%=Request("Value")%> Will write the value of "Value" from a querystring
|
|
|
|
jonance
Posts: 299 From: Louisville KY USA Status: offline
|
RE: passing values??? - 4/4/2001 21:41:00
Thanks, that clears alot up....Does this have to be in an asp page or can it just be html? And can it be anywhere on the page or just in a DB region?Thanks, John
|
|
|
|
Spooky
Posts: 26606 Joined: 11/11/1998 From: Middle Earth Status: offline
|
RE: passing values??? - 4/4/2001 22:52:00
Sorry, its got to be in an asp page so that the server can convert it to values.Its pure vbscript, so it doesnt need to be in a DRW or even relate to a database. Its just fetching the results passed from a querystring or a form 
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|