Re: manipulating query strings
From: Eric Paynter (eric_at_arcticbears.com)
Date: 02/24/04
- Previous message: Chris.McNab_at_trustmatta.com: "LEAP"
- In reply to: Vel: "manipulating query strings"
- Next in thread: Ariel Martinez: "Re: manipulating query strings"
- Reply: Ariel Martinez: "Re: manipulating query strings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 24 Feb 2004 10:16:47 -0800 (PST) To: <vel@sympatico.ca>
Vel said:
> Given the Method is "POST", can I pass values to the Hidden Input
> fields using the URL. i.e URL manipulation ?
> I know I can pass variables in URL to Server side script variables
> if METHOD is "GET".
The server will differentiate between GET and POST, but some
libraries will abstract it so that the application sees the
variables the same way. The result: some applications may not know
the difference, depending on how they are built.
More reliable way: save the HTML, edit it, and post it.
-Eric
-- arctic bears - email and name services 25 email addresses@yourdomain CA$11.95/month DNS starting at CA$3.49/month - domains from CA$25.95/year for details contact info@arcticbears.com or visit http://www.arcticbears.com --------------------------------------------------------------------------- ----------------------------------------------------------------------------
- Previous message: Chris.McNab_at_trustmatta.com: "LEAP"
- In reply to: Vel: "manipulating query strings"
- Next in thread: Ariel Martinez: "Re: manipulating query strings"
- Reply: Ariel Martinez: "Re: manipulating query strings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|