/[suikacvs]/www/test/dom/location/host-data-1.html
Suika

Contents of /www/test/dom/location/host-data-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Dec 29 14:07:31 2006 UTC (18 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New test

1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>location.host vs data: URI</title>
5 </head>
6 <body>
7 <p><a href="data:text/html;charset=utf-8,%3C!DOCTYPE%20html%3E%0A%3Chead%3E%0A%3Ctitle%3Edata:%20and%20location.host%3C/title%3E%0A%3C/head%3E%0A%3Cbody%3E%0A%3Cp%3E%3Cscript%20type=%22text/javascript%22%3E%0A%20%20try%20%7B%0A%20%20%20%20if%20%28typeof%20%28location.host%29%20==%20%27undefined%27%29%20%7B%0A%20%20%20%20%20%20document.write%20%28%27%3Ccode%3Elocation.host%3C/code%3E%20is%20undefined.%27%29;%0A%20%20%20%20%7D%20else%20if%20%28location.host%20==%20null%29%20%7B%0A%20%20%20%20%20%20document.write%20%28%27%3Ccode%3Elocation.host%3C/code%3E%20is%20%3Ccode%3Enull%3C/code%3E.%27%29;%0A%20%20%20%20%7D%20else%20if%20%28location.host%20==%20%27%27%29%20%7B%0A%20%20%20%20%20%20document.write%20%28%27%3Ccode%3Elocation.host%3C/code%3E%20is%20an%20empty%20string.%27%29;%0A%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20document.write%20%28%27%3Ccode%3Elocation.host%3C/code%3E%20is%20%3Ccode%3E%27%29;%0A%20%20%20%20%20%20document.write%20%28location.domain.replace%20%28%27%26%27,%20%27%26amp;%27%29.replace%20%28%27%3C%27,%20%27%26lt;%27%29%29;%0A%20%20%20%20%20%20document.write%20%28%27%3C/code%3E.%27%29;%0A%20%20%20%20%7D%0A%20%20%7D%20catch%20%28e%29%20%7B%0A%20%20%20%20document.write%20%28%27An%20exception%20is%20thrown:%20%3Cq%3E%27%29;%0A%20%20%20%20document.write%20%28e.toString%20%28%29.replace%20%28%27%26%27,%20%27%26amp;%27%29.replace%20%28%27%3C%27,%20%27%26lt;%27%29%29;%0A%20%20%20%20document.write%20%28%27%3C/q%3E%27%29;%0A%20%20%7D%0A%3C/script%3E%3C/p%3E%0A%3C/body%3E%0A%3C/html%3E%0A">Test document</a></p>
8 </body>
9 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24