Ah ha!
I think I found where the problem lies(and also our confusing
disconnect). Even though you and I were doing pretty much the same
thing, your case worked fine in the instance where the parameter being
submitted in the self submitting form was only one word. If you changed
your test case t
Hi Sam,
I did that only because I was too lazy to upload and did the testing
locally so I could grab the value in Javascript.
Of course it works with post as well...
test.html
window.open("test2.html", "test");
test2.html
document.write('
Hi,
Saturday, February 21, 2004, 8:00:43 AM, you wrote:
SM> My apologies if this post is somewhat OT. I am having some trouble
SM> figuring something out, and I am hoping you can help.
SM> I have a PHP web form on which a user can enter a number of different
SM> things
SM> into both text and te
:[EMAIL PROTECTED]
Sent: Fri 2/20/2004 6:07 PM
To: Sam Masiello
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Self Submitting Form
Hi Sam,
I am not sure I know what you want to do...
I tried to recreate your problem:
test.html
window.open("test2.html&qu
Hi Sam,
I am not sure I know what you want to do...
I tried to recreate your problem:
test.html
window.open("test2.html", "test");
test2.html
document.write(''
My apologies if this post is somewhat OT. I am having some trouble
figuring something out, and I am hoping you can help.
I have a PHP web form on which a user can enter a number of different
things
into both text and textarea fields. At the bottom of the form is a
preview button which opens ano