RE: [PHP] Submit Form Values To Parent

2005-12-02 Thread Jay Blanchard
[snip] > http://www.assertia.com/iframe.html > > and then click on 'Click Here'. I am trying to display the form results in > the parent window, but I am having no luck! > [/snip] > > Actually it is working properly. You have no POST method in your form call > > form.html: > <---WHAT IS THE METHOD

Re: [PHP] Submit Form Values To Parent

2005-12-02 Thread Shaun
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > [snip] > I have made an example of this now. If you click on this link: > > http://www.assertia.com/iframe.html > > and then click on 'Click Here'. I am trying to display the form results in > the parent window, but I am

RE: [PHP] Submit Form Values To Parent

2005-12-02 Thread Jay Blanchard
[snip] I have made an example of this now. If you click on this link: http://www.assertia.com/iframe.html and then click on 'Click Here'. I am trying to display the form results in the parent window, but I am having no luck! [/snip] Actually it is working properly. You have no POST method in you

Re: [PHP] Submit Form Values To Parent

2005-12-02 Thread Shaun
Hi all, I have made an example of this now. If you click on this link: http://www.assertia.com/iframe.html and then click on 'Click Here'. I am trying to display the form results in the parent window, but I am having no luck! Here is my code: iframe.html: http://www.w3.org/TR/xhtml1/DTD/xhtml1

Re: [PHP] Submit Form Values To Parent

2005-12-02 Thread Terence
Shaun wrote: Hi, How can I get the form values submitted from an iframe where the target is the parent window? Use Javascript. Check out irt.org -> Javascript They have lots of great examples. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

[PHP] Submit Form Values To Parent

2005-12-01 Thread Shaun
Hi, How can I get the form values submitted from an iframe where the target is the parent window? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Submit Form

2003-01-08 Thread Justin French
is your question in regards to: a) how to bring data from the 1st form across to the 2nd, so that it can all be updated together OR b) how to POST data from a form using a html link, probably with javascript If b, best place to ask is a javascript list/newsgroup, or by looking for something sim

[PHP] Submit Form

2003-01-08 Thread Stephen
Hello,   I have a question. First of all, I want to save the data a user has typed in a form into a MySQL database so they can load it up for later use but, I need to first submit all the form vars on the current page from a link. This may be _javascript_, but either way, I'm not sure how to

RE: [PHP] Submit form from javascript code

2002-08-31 Thread Todd Pasley
> From: Madjid Nasiri [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 31 August 2002 9:44 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Submit form from javascript code > > > Hi all > I need submit a form from javascript code. My code near this code: > >

Re: [PHP] Submit form from javascript code

2002-08-31 Thread Jason Wong
On Saturday 31 August 2002 19:43, Madjid Nasiri wrote: > I need submit a form from javascript code. My code near this code: Please ask javascript questions on a javascript list. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design &

[PHP] Submit form from javascript code

2002-08-31 Thread Madjid Nasiri
Hi all I need submit a form from javascript code. My code near this code: function submitform(iId) { document.myform.elements['id'].value=iId; document.myform.submit(); alert("foo"); // This is code is dummy retrun false; } Id One Id Two Id 1000 If I remove alert() call in

Re: [PHP] Submit Form

2002-04-22 Thread Tyler Longren
IL PROTECTED]> Sent: Monday, April 22, 2002 9:10 AM Subject: [PHP] Submit Form > I am using php4 on windows and has been serving php files just fine however, > once I started creating forms i.e data submition in forms. The browser > displays /php4/php.exe as part of the url even af

[PHP] Submit Form

2002-04-22 Thread dengach
I am using php4 on windows and has been serving php files just fine however, once I started creating forms i.e data submition in forms. The browser displays /php4/php.exe as part of the url even after I try to refresh the page. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Submit Form needs reload the page to display results the first time

2001-10-01 Thread Karina Gómez Salgado
Hi all, I have a problem with form submits. I have an access control form that my users fill to enter to a private web page, this access page saves 2 session variables and shows the result page that it's an php page with several queries to several tables. Well, when i submit my access control f

Re: [PHP] submit form values to new site after validation

2001-04-19 Thread Phillip Bow
Using the POST method will prevent the credit card data from being included in the url. I would still be careful about sending data like this via a POST to a form handler on an entirely different site. It would be better if there was some sort of secure socket to transfer the data through. -- ph

[PHP] submit form values to new site after validation

2001-04-19 Thread Tom Beidler
I'm trying to modify and e-commerce site which originally sent an email with the credit card info in an email. Now they would like to pass credit card numbers to a payment-processing service. For this particular service, Authorize.net, you would normally direct the form data to the payment-process

RE: [PHP] submit form witout clilck submit button

2001-03-26 Thread Ankur Verma
HCL Technologies Noida, Uttar Pradesh India -Original Message- From: Jacky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 1:56 AM To: [EMAIL PROTECTED] Subject: [PHP] submit form witout clilck submit button Hi all I have to submit username, domain name and password values to

[PHP] submit form witout clilck submit button

2001-03-26 Thread Jacky
Hi all I have to submit username, domain name and password values to the cgi file, It starts from the login page and submit values to a php page to tie up username and domain name value together before submit it to the cgi file as two values ( "username+domainname" , "password") . The thing is