12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="refresh" content="0">
- <script language="javascript" id="foo+++">
- location.hash += "+++";
- function done()
- {
- parent.document.documentElement.removeAttribute("class");
- }
- </script>
- </head>
- <body onload="setTimeout(done, 10)">
- </body>
- </html>
|