navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

passing values???

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> passing values???
Page: [1]
 
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



(in reply to jonance)
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


(in reply to jonance)
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


(in reply to jonance)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> passing values???
Page: [1]
Jump to: 1





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