472,127 Members | 1,871 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

what is it ? showasp.asp?filename=demo_cookies

hi dear
well actually i need to know about the structure of some URL LIke it
http://www.w3schools.com/asp/showasp.asp?filename=demo_cookies
how can i learn to use this kind of url
i mean that as u see in this url showasp.asp is a file
and its request is demo_coo...
i need to know how can i learn to use such a this link
please help me;)
Oct 19 '06 #1
2 1556
scripto
143 100+
http://www.w3schools.com/asp/showasp.asp?filename=demo_cookies

this url will redirect you to the showasp.asp page, and when you get there, you can access the value of filename like this:

dim myfile
myfile = request.Querystring("filename")

myfile now equals demo_cookies. This is just a way to pass infor from one page to another (not very secure). Take a look at Session variables also.
Oct 19 '06 #2
well.. thanx alot
but is it possible to make an example in two or 3 pages
it was some thing strenge to me!
the other thing is that u didnot say anything about representing this value of file name
Oct 20 '06 #3

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

137 posts views Thread by Philippe C. Martin | last post: by
12 posts views Thread by Dario | last post: by
121 posts views Thread by typingcat | last post: by
46 posts views Thread by Keith K | last post: by
8 posts views Thread by Midnight Java Junkie | last post: by
39 posts views Thread by VidTheKid | last post: by
669 posts views Thread by Xah Lee | last post: by
30 posts views Thread by James Conrad StJohn Foreman | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.