[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
"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
[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
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
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
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
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
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
> 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:
>
>
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 &
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
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
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,
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
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
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
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
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
18 matches
Mail list logo