PDA

View Full Version : Frames focus()?


kitzen
04-23-2003, 02:47 PM
How can I know if my website is with focus????

and can I change the focus between frames?

glenngv
04-25-2003, 10:28 AM
<body onfocus="top.frames['nameOfFrame'].focus()">

when you put that code in a page that is in a frame, the focus will be directed to the specified frame.

is that what you want?