Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

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?'

©2018 Martin Webb