holtzy
03-14-2003, 04:37 PM
I'm wondering if anyone knows of a function like onFocus for the body of HTML that is for the entire window and not just the body? I'm needing to refresh the html page when the window gets focus again. The problem with the body tag is when the user clicks on the .swf in the HTML page the body loses focus and doesn't gain it again till the user clicks some where the .swf isn't covering the body of the HTML. Is there like a <html onFocus="window.status='focused'"> or something similar? Thanks for the help!