ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 3rd, 2003, 03:49 PM
niclipse niclipse is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 3 niclipse User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to niclipse
Lightbulb Redirect Script: URL won't pass variables?

I am trying to pass a url with a lot of information embedded in it, through a redirect script built for frames. (i've stripped down all unessential code for viewing)

The link is supposed to be this:
URL

passed through my script like this:

redirect.asp?url=http://www.realtor.com/FindHome/HomeListings.asp?mlsttl=&frm=bymap&pgnum=1&mls=xmls&lnksrc=REALRSCF2C0002&js=on&poe=realtor&st=fl&ct=titusville&areaid=87711&typ=1&typ=2&mnprice=50000&mxprice=99999999&mnbed=1&mnbath=1&mnsqft=600&ss_fthb=n%2Fa&ss_mitm=n%2Fa

BUT

It doesn't pass any of the link information through. What do I need to do? Listed below are the two scripts we are playing with... -Nick


------------------------------------------------------
REDIRECT.ASP

<%
Dim url
url=Request("url")
%>

<frameset border=0 rows=51,*>
<frame name=main src="redirect_go.asp?url=<%=url%>">
</frameset>

-------------------------------------------------------
REDIRECT_GO.ASP

<%
Dim url
url=Request("url")

if url="" Then
url="http://www.whatever.com/"
End If

Response.Redirect url
%>

Reply With Quote
  #2  
Old September 3rd, 2003, 03:50 PM
niclipse niclipse is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 3 niclipse User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to niclipse
this is the url, sorry:

hllp://www.realtor.com/FindHome/HomeListings.asp?mlsttl=&frm=bymap&pgnum=1&mls=xmls&lnksrc=REALRSCF2C0002&js=on&poe=realtor&st=fl&ct=titusville&areaid=87711&typ=1&typ=2&mnprice=50000&mxprice=99999999&mnbed=1&mnbath=1&mnsqft=600&ss_fthb=n%2Fa&ss_mitm=n%2Fa

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > Redirect Script: URL won't pass variables?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway