1 2 3 4 5 6
<!DOCTYPE HTML> <html> <body onload="document.getElementById('x').style.visibility = 'hidden';"> <embed id="x" type="application/x-test" wmode="window"></embed> </body> </html>