Interframe Communication

Updating the Textbox:


<FORM>
<input type="text" name="user_name" 
 value="" size=10>

<input type="button" value="Submit"
onClick='parent.center.document.
 forms[0].display_name.value="Hello "
 + form.user_name.value + "!"'>
 <FORM>