[thelist] Brain fart html w/asp Redefined

James Aylard webmaster at equilon-mrc.com
Thu Apr 11 16:38:01 CDT 2002


Rob,

> I have a form. That forms sends stuff using GET to this form (in email).
> This form (in email) needs to be checked if certain selections were made
and
> then run make decisions from those choices. So basically I have two
> querystings running around on the same page. Gotta' eliminate one and use
> the other. so...

    Um. Hmm. What do you mean by "in email"? You have a page that posts
information to another page by sending it an email? And how do you have two
querystrings?

> I stored the previous information into an array so I could keep it so I
> could check the new selections with request.form(). Then use both pieces
of
> information to do something else... awe heck see below.

    So, you're doing a Request.QueryString and a Request.Form on the same
page, is that it? That can work if you are both POSTing a form and appending
a querystring to the URL, although it may not be the best approach.

>     <-----<----
>             |          |
>   ____|________  |
>   |   |       |  |
> old.asp |   \/      |  |
> ----->------|-->----->--|-->
> query   |   | |
>  string |   | |
>   |  Form.asp | new choices made but needs previous
> information too.
>   -------------
>     |
>     |
>      -------------> do something else (from two different
> inputs on one train)

    Uh oh. I'm lost. Is Rube Goldberg on your development team? (Sorry,
couldn't resist! ;) Do you have a URL you can provide? I'm afraid to ask for
code snippets, but if you don't have a URL publicly available, that might be
the next best thing...
    Sorry.

James Aylard




More information about the thelist mailing list