| <html> | |
| <head> | |
| <style type="text/css" media="screen"> | |
| body { | |
| font-size: 24pt; | |
| } | |
| embed { | |
| background-color: black; | |
| } | |
| </style> | |
| <script type="text/javascript" charset="utf-8"> | |
| function navigate() | |
| { | |
| top.location.href = 'target-frameset.html'; | |
| } | |
| window.addEventListener('load', navigate, false); | |
| </script> | |
| </head> | |
| <body> | |
| <table> | |
| <tr> | |
| <td><embed src="foo.swf" type="application/x-shockwave-flash"></td> | |
| </tr> | |
| </table> | |
| <p> | |
| <a href="target-frameset.html" target="_top">Click me</a> | |
| </p> | |
| </body> | |
| </html> |