professional-javascript-16-HiddenFrameExampleCom.htm / htm
<html> <head> <title>Hidden Frame Example (Response)</title> <script type="text/javascript"> window.onload = function () { parent.frames[0].handleResponse(document.forms["formResponse"].result.value); }; </script> </head> <body> <form name="formResponse"> <textarea name="result">This is some data coming from the server.</textarea> </form> </body> </html>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.