[5067] in java-interest

home help back first fref pref prev next nref lref last post

Java script and Netscape's Frames

daemon@ATHENA.MIT.EDU (Chris Schleiermacher)
Sun Jan 28 01:39:04 1996

To: java-interest@java.sun.com
Date: Sat, 27 Jan 1996 17:18:57 +0100 (MET)
From: Chris Schleiermacher <icschlei@TechFak.Uni-Bielefeld.DE>


Obviously the following code whites 'Garbanzo' in the text input
object when
the mouse moves over the 'Try me.' link. 

<FORM NAME="INFOFORM">
<INPUT TYPE="text" NAME="result" SIZE=30>
</FORM>
<a href=""
onMouseOver="document.INFOFORM.result.value='Garbanzo'">Try me.</a>

The question is:

How can I accomplish the same functionality if the window is split
into two frames
and the text input object (i.e. the complete form named 'INFOFORM')
is within a 
separate Netscape *frame*?

Regards and thanks in advance

Chris

-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post