HomeArticlesFAQsXREFGamesSoftwareInstantBooksBBSAboutFOLDOCRFCsFeedbackSearchSite-Map
logo

Q762 How do I set and display a value on a text field of a frame when I click on a link in a different frame?

You are here: irt.org | FAQ | JavaScript | Frame | Q762 [ previous next ]

Try:

<A HREF="page.htm" onClick="parent.frameName.formName.fieldName.value='text'">text link</A>

Feedback on 'Q762 How do I set and display a value on a text field of a frame when I click on a link in a different frame?'

©2011 Martin Webb