request.querystring

This is a discussion on "request.querystring" within the Classic ASP section. This forum, and the thread "request.querystring are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 15th, 2005, 21:09
New Member
Join Date: Sep 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
request.querystring

I have the asp code passing a URL and am using a request.querystring to get it, but for some reason it is not picking it up. Is this the correct way of doing it or is there another way it should be done?

Thanks,

breeze76
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 15th, 2005, 21:17
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,189
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
Can you please post your code?
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 15th, 2005, 21:55
New Member
Join Date: Sep 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Rob
Can you please post your code?
Here is the link I will click:
<a href="ListView_rssfeeds.asp?feed_id=<% =rs("RSS_ID")%>&feedurl=<% =rs("url")%>&feedtitle=<% =rs("title")%>"

Here is the Address info in IE:
http://MySite/mwpxnext/ListView_rssf...Press%20Review

Here is the request.querystring code:
strurl = request.querystring ("feed_url")

As you can see, it is passing everything but I just can not get it right for some reason. I am doing a response.write for all three and the only one I am not getting is the "url" one. Any help would be greatly appreciated..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 15th, 2005, 21:59
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,189
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
You have made a pretty basic mistake here... use this instead:
strurl = request.querystring ("feedurl")

Thats what you need!!
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Oct 15th, 2005, 22:06
New Member
Join Date: Sep 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Rob
You have made a pretty basic mistake here... use this instead:
strurl = request.querystring ("feedurl")

Thats what you need!!
Boy, it was right in front of me all the time, I guess I was looking for something hidden instead of obvious..

Thanks...!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Oct 16th, 2005, 14:35
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
isnt it allways the case lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
requestquerystring

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Passing wildcards in a querystring jayaime Classic ASP 0 Oct 11th, 2006 19:02
var = Request.QueryString(item) - why doesn't this work?! Donny Bahama Classic ASP 7 Jun 17th, 2006 08:43
PLEASE HELP - Passing Variables in Querystring just_the_basix Classic ASP 40 Sep 3rd, 2004 10:46
Selecting database records using the QueryString courtjester Classic ASP 10 Aug 27th, 2004 19:52


All times are GMT. The time now is 23:44.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42