/    Sign up×
Community /Pin to ProfileBookmark

how to access page elements across frames

hi,
I’ve a page where there are two frames, one is the top frame, where there is a timer running, and the bottom frame has a text box in which user types content, now i need to capture whatever content is there when the timer expires. how do i access the text box content from the top frame where the time is running?

thanks,
karthik

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@gil_davisAug 31.2007 — window.top.frameName.document.formName.textBoxName.valueFill in the appropriate text for frameName, formName and textBoxName. Hopefully you did not call one of your frames "top" because that is a reserved word.
Copy linkTweet thisAlerts:
@karthik_jscriptauthorAug 31.2007 — hi gil,

thanks for your reply. I actually tried ur mehtod but it was working from the console but not from the script, I've no idea why nut alternatively i discovered another way to access across frames. please check this out

http://www.quirksmode.org/js/frameintro.html

thanks

karthik
×

Success!

Help @karthik_jscript 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.18,
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,
)...