Posted by "Shaun" on 10/01/25 11:33
"Jay Blanchard" <jay.blanchard@THERMON.com> wrote in message
news:0CEC8258A6E4D611BE5400306E1CC9270915ABAE@smtmb.tmc.local...
> [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 your form call
>
> form.html:
> <form name="myform"> <---WHAT IS THE METHOD?
> <input type="hidden" name="text" value="test">
> <a href="result.php" target="_parent"
> onclick="document.myform.submit();">Click here</a>
> </form>
Hi Jay,
Thanks for your reply, I'm not sure what is happening because I have added
the method yet it still isn't working...
Any ideas?
Navigation:
[Reply to this message]
|