frame to form in other frame

windows

Guest
I want to have a picture in one frame that when you do mouse click, it will put text in the textbox of the frame next to it. I did the following:<br />
<base target="_frame!"><br />
<img src... onmousedown='_frame1.form1.textbox.value="Insert text here."'><br />
<br />
how do I fix this?<!--content--><img src... onmousedown='parent.frames._frame1.form1.textbox.value="Insert text here."'><!--content-->
 
Back
Top