|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: manipulating query strings |  |
- To: <[EMAIL PROTECTED]>
- Subject: Re: manipulating query strings
- From: "Eric Paynter" <[EMAIL PROTECTED]>
- Date: Tue, 24 Feb 2004 10:16:47 -0800 (PST)
- Cc: <[EMAIL PROTECTED]>
- In-reply-to: <[EMAIL PROTECTED]>
- References: <[EMAIL PROTECTED]>
 |
| |
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 [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com
---------------------------------------------------------------------------
----------------------------------------------------------------------------
| |