/    Sign up×
Community /Pin to ProfileBookmark

Coping text fields in between iframes

Trying to copy text from field 1 in iframe A to a field 2 in iframe B. It does work with out iframes just can’t make it happen using iframes. Please help!

Here is my code:

<form name=”form1″>

<textarea name=”one” rows=”4″ cols=”40″></textarea>

<input type=button name=action value=”Copy” onClick=”document.iframeB.form2.field2.value=document.iframeB.form2.field2.value+document.iframeA.form1.field1.value;”>

</form>

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@gooeynetauthorJul 29.2005 — Thanks Kravvitz for the reply! I read the two links and changed my input button to this:

<input type=button name=action value="Copy" onClick="frames['iframeB'].document.form2.field2.value=frames['iframeB'].document.form2.field2.value+frames['iframeA'].document.form1.field1.value;">

Still no go. The javascript error says "is null or not an object code:0". Any ideas?

Thanks!
Copy linkTweet thisAlerts:
@KravvitzJul 29.2005 — You're welcome ?

I would need to see all of the parent document in order to help you further.
×

Success!

Help @gooeynet spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...