Skip to content

how to switch frame within one page? #636

Answered by gdh1995
yomyo asked this question in Q&A
Discussion options

You must be logged in to vote

If you mean <iframe>s (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe), then you may use commands like nextFrame, mainFrame, and parentFrame to switch focus among frames.

You may also use LinkHints.activate and select those dark-red hint markers to focus iframes.

But, your example page has no iframes (though I didn't log in), its center&right part is just a scrollable area, so you may just need LinkHints.

BTW, maybe #552 helps.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gdh1995
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants