Google Groups Home
Help | Sign in
Redirect + Parameters
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
gms8994  
View profile
 More options Apr 7, 2:47 pm
From: gms8994 <gms8...@gmail.com>
Date: Mon, 7 Apr 2008 11:47:47 -0700 (PDT)
Local: Mon, Apr 7 2008 2:47 pm
Subject: Redirect + Parameters
I'd like to have the redirect page include a parameter from the form
posted.  Is this possible?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anders Brownworth  
View profile
 More options Apr 7, 2:51 pm
From: "Anders Brownworth" <ander...@gmail.com>
Date: Mon, 7 Apr 2008 14:51:24 -0400
Local: Mon, Apr 7 2008 2:51 pm
Subject: Re: Redirect + Parameters

gms8994,

Not currently but this is a good idea. I could optionally add fields as get
parameters but you should know that parameters would come back regardless if
the user clicked the right picture or not. I'm thinking a hidden field
similar to the way custom sorting is done.

I'll add it to the list.

-Anders

On Mon, Apr 7, 2008 at 2:47 PM, gms8994 <gms8...@gmail.com> wrote:

> I'd like to have the redirect page include a parameter from the form
> posted.  Is this possible?

--
-Anders
-----------------------------------------------------------
Anders Brownworth
ander...@gmail.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gms8994  
View profile
 More options Apr 7, 2:55 pm
From: gms8994 <gms8...@gmail.com>
Date: Mon, 7 Apr 2008 11:55:00 -0700 (PDT)
Subject: Re: Redirect + Parameters
Thanks!  Not to be a pest, but do you know when this kind of feature
could be implemented?  I'd love using this more, but this specific
feature is limiting my ability to do so.

On Apr 7, 2:51 pm, "Anders Brownworth" <ander...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anders Brownworth  
View profile
 More options Apr 7, 3:04 pm
From: "Anders Brownworth" <ander...@gmail.com>
Date: Mon, 7 Apr 2008 15:04:09 -0400
Local: Mon, Apr 7 2008 3:04 pm
Subject: Re: Redirect + Parameters

gms8894,

I could put this second-in-line behind the Safari issue I'm currently
working on so something like 2 weeks is possible. It isn't a huge change so
should be fairly easy to estimate an exact time once the Safari issue (who's
timeline is less clear) is under control.

-Anders

--
-Anders
-----------------------------------------------------------
Anders Brownworth
ander...@gmail.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gms8994  
View profile
 More options Apr 7, 3:12 pm
From: gms8994 <gms8...@gmail.com>
Date: Mon, 7 Apr 2008 12:12:32 -0700 (PDT)
Local: Mon, Apr 7 2008 3:12 pm
Subject: Re: Redirect + Parameters
Well, if there's anything I can do to help, please let me know!

On Apr 7, 3:04 pm, "Anders Brownworth" <ander...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anders Brownworth  
View profile
 More options Apr 7, 3:16 pm
From: "Anders Brownworth" <ander...@gmail.com>
Date: Mon, 7 Apr 2008 15:16:24 -0400
Local: Mon, Apr 7 2008 3:16 pm
Subject: Re: Redirect + Parameters

If you feel up to it, using the optional hidden "sort" parameter as an
example, suggest how you would want to send me "get parameters" in a hidden
field. That would help...

Thanks.

-Anders

--
-Anders
-----------------------------------------------------------
Anders Brownworth
ander...@gmail.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gms8994  
View profile
 More options Apr 7, 3:30 pm
From: gms8994 <gms8...@gmail.com>
Date: Mon, 7 Apr 2008 12:30:08 -0700 (PDT)
Local: Mon, Apr 7 2008 3:30 pm
Subject: Re: Redirect + Parameters
It should support two different data.  In either case, I provide a
hidden field: <input type="hidden" name="redirect_fields">.  The two
data are:

1) Specific data; I put the value of redirect_fields as
value="fieldname=value;fieldname2=value2" etc.  These would be passed
as querystring parameters, as is, back to the webserver.  They should
come to you URL encoded.
2) Form data; I put the value of redirect_fields as
value="some_field_in_form;some_field_in_form2", etc.  These would be
passed as querystring parameters, with the data submitted within the
form.

I'd say that essentially, you'd just look for the =, and pass those
back unchanged, and any fields without = would have their values put
in.

Again, thanks!  Let me know if you have questions related to this.

On Apr 7, 3:16 pm, "Anders Brownworth" <ander...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anders Brownworth  
View profile
 More options Apr 7, 3:45 pm
From: "Anders Brownworth" <ander...@gmail.com>
Date: Mon, 7 Apr 2008 15:45:12 -0400
Local: Mon, Apr 7 2008 3:45 pm
Subject: Re: Redirect + Parameters

Thanks, I hadn't thought about putting arbitrary key/values in there without
using hidden fields. I can imagine why that would be very useful. I'll get
back to you on this. It is a great idea. Thanks for the suggestion.

-Anders

--
-Anders
-----------------------------------------------------------
Anders Brownworth
ander...@gmail.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google