Bringing Focus on a particular frame in a frameset

admin

Administrator
Staff member
My page consists of a frameset with 2 frames.<br />
We use window.focus() to set focus on a page.<br />
Can we use a similar syntax to set the focus on a particular frame within a frameset?<br />
I tried:<br />
parent.frames[1].focus();<br />
to set focus on the rightframe in the page.<br />
Does anybody else have a better idea?<!--content-->
 
Back
Top