CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge -> Programming

 Redirecting a page and passing parameters - Problem with = sign

Print topic Send  topic

Author Message
gilligan75

Posts: 1
Posted: 03/01/2005, 9:31 PM

Hi,

I'm having trouble working out how to escape the "=" sign so I can pass some parameters to the next page.

This is in an AfterInsert event in a Record Page

The URL should be passed like:
PayPalES.asp?CostoID=<value>

If I use the following line I get an Internal Server Error
response.redirect "PayPalEs.asp" & "?CostoID=" & CostoElegido

If I remove the "=" sign like this:
response.redirect "PayPalEs.asp" & "?CostoID" & CostoElegido

It passes the url, however I will not have the "=" sign so the next page will not be able to interpretate the parameter.

I'm pretty sure there's an easy solution to my problem however I'm not an expert programmer.

Please any help will be kindly appreciated
View profile  Send private message
fdsafds
Posted: 03/02/2005, 3:20 PM

I dont know why your getting the internal error.. it should work.

Try
response.redirect "PayPalEs.asp?" & "CostoID=" & CostoElegido

sv2510
Posted: 04/06/2005, 2:21 AM

:-<

hi

I am trying to call an ASP page through another ASP page through response.redirect.

The code if used without parameters is working but is not giving any results is I pass any parameters.

Can anybody help me with this,

The two ASP pages I am trying to connect are in seperate servers.

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.