[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
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
Hi
Instead of
> retrun false;
im sure you meant
return false;
The reason its working with confirm and the like is because of their return
code which is actually true.
Try changing it to return true, im pretty sure that will fix it.
Cheers,
Todd.
> -Original Message-
> From:
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 &
Are you using method=post in your tag? Sometimes, if you leave that
out, some weird stuff will appear in the URL.
Tyler Longren
Captain Jack Communications
[EMAIL PROTECTED]
www.captainjack.com
- Original Message -
From: "dengach" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monda
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
you can do this using Javascript
place this in your HTML code
|
|
Head title and the other stuff
|
|
|
|
Continue with the HTML Code
|
|
This will cause the form to be sumitted as soon as the page completes up
loading
hope that helps
regards
Ankur Verma
NetCentric Division
HCL
11 matches
Mail list logo