![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archivechange text field from within an iframe
From: sid derra <ng_at_emolife.net@arcor.de>
Date: Fri Mar 31 2006 - 14:00:08 CEST
hi
i am trying to change the value of a text field on my page dynamically,
#==========
the code where the text field is looks like this:
<form name="test_form">
#==========
the iframe is embedded like this:
<iframe src="iframe_content.php" name="page" />
#==========
and the iframe_content.php site does this, before it gets to the <html> tag:
<script language="javascript">
#==========
i also have tried "frames[0]" and "parent" instead of "top". no success.
thanks a lot in advance!
|