|
Posted by Michael Fesser on 07/21/07 00:47
..oO(Larry L [in Honolulu])
>Well thanks, but maybe I didn't explain it well enough. I have pretty
>much exactly what you show, but sometimes when the page loads, and the
>options list is created, there is only one item there. If that's the
>case, then I don't want to even show it, I just want the one option
>posted to the next page.
In short: What kind of informations do you want to post to the next
page?
A bit longer: Sending a form to the client, just to have it posted back
immediately is not only really ugly, but also highly unreliable, since
it requires JavaScript. Dependent on the informations that have to be
sent around, there might be better ways (e.g. a server-side redirect,
sessions, CURL, ...)
Micha
[Back to original message]
|