Re: Problem getting focus
Matt <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.unix |
|---|---|
| Organization | http://extra.newsguy.com |
| Message-ID | <[email protected]> |
>> >> <body onload="parent.window.focus();"> >> >> I have also tried just: >> <body onload="window.focus();"> >> >> Any thoughts? This is tried with Mozilla 1.8a5 as well as 1.7 > > > Check it for W3C compatibility. I did.. The uploaded file was checked and found to be valid XHTML 1.0 Transitional. This means that the resource in question identified itself as "XHTML 1.0 Transitional" and that we successfully performed a formal validation using an SGML or XML Parser (depending on the markup language used). What now?