document.FormToBeSubmitted.submit();
';
?>
you can also set some variables to your form,
for example in the script body put this code to submit a form variable named
'testvariable'
//first define the value somewhere before the
On Tue, March 29, 2005 1:09 pm, james tu said:
> I have a link that, when clicked on, pops up a new window.
> I want to use the POST method in order to pass information. Right now
> I'm appending the parameters to the URL of the link and using GET to
> retrieve the name/value pairs.
You may be a
james tu wrote:
Hi:
I have a link that, when clicked on, pops up a new window.
I want to use the POST method in order to pass information. Right now
I'm appending the parameters to the URL of the link and using GET to
retrieve the name/value pairs.
Is there a way to do this?
Yes.
--
John C. Nich
Hi:
I have a link that, when clicked on, pops up a new window.
I want to use the POST method in order to pass information. Right now
I'm appending the parameters to the URL of the link and using GET to
retrieve the name/value pairs.
Is there a way to do this?
--
-James
--
PHP General Mailing Lis
4 matches
Mail list logo