Hello,
I have a page that has an iframe in it. I have a field on that page that the user can fill in, and if he does, the stuff in the iframe updates (like a shoutbox). The feild is on the parent page, but the shoutbox content is in the iframe. How can I solve my problem? If possible, I would like to do it with javascript, but if there's no way, javascript it is. I tried looking up some solutions on google, but couldn't understand what the people were talking about (I have 0 knowledge of JS).
Thanks for the help.
Submitting a form to an iframe
Moderator: General Moderators
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
Code: Select all
<iframe name="iframe" src="page.php"></iframe>
<form action="page.php" target="iframe" method="post">Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada