RE: Re[2]: [PHP] Self Submitting Form

2004-02-23 Thread Sam Masiello
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

Re[2]: [PHP] Self Submitting Form

2004-02-21 Thread Toby Irmer
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('

Re: [PHP] Self Submitting Form

2004-02-20 Thread Tom Rogers
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

RE: [PHP] Self Submitting Form

2004-02-20 Thread Sam Masiello
:[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

Re: [PHP] Self Submitting Form

2004-02-20 Thread Toby Irmer
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(''

[PHP] Self Submitting Form

2004-02-20 Thread Sam Masiello
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