topical media & game development
professional-javascript-16-HiddenFrameExampleCom2.htm / htm
<html>
<head>
<title>Hidden Frame Example (Response)</title>
<script type="text/javascript">
window.onload = function () {
parent.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.