Hello!
I'm new to JavaScript.
I have a page "main.html" that contains a form named "form1" with a
text field named "text1".
the page "main.html" contains an iframe which source is another page
"page2.html ".
I would like that when a html(<a href=... ... </a>) link contained in
"page2.html " is clicked, that the field "text1" is set to let's say
"hello there!".
How can this be done in Javascript?
Thanks in advance.
Arcadius.
I'm new to JavaScript.
I have a page "main.html" that contains a form named "form1" with a
text field named "text1".
the page "main.html" contains an iframe which source is another page
"page2.html ".
I would like that when a html(<a href=... ... </a>) link contained in
"page2.html " is clicked, that the field "text1" is set to let's say
"hello there!".
How can this be done in Javascript?
Thanks in advance.
Arcadius.
Comment