OSDN Git Service

CSS site title fix
[elecoma/elecoma.git] / public / blank.html
1 <!--    
2    Copyright (c) 2005, Brad Neuberg, bkn3@columbia.edu
3    http://codinginparadise.org
4    
5    Permission is hereby granted, free of charge, to any person obtaining 
6    a copy of this software and associated documentation files (the "Software"), 
7    to deal in the Software without restriction, including without limitation 
8    the rights to use, copy, modify, merge, publish, distribute, sublicense, 
9    and/or sell copies of the Software, and to permit persons to whom the 
10    Software is furnished to do so, subject to the following conditions:
11    
12    The above copyright notice and this permission notice shall be 
13    included in all copies or substantial portions of the Software.
14    
15    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
16    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
17    OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
18    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
19    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT 
20    OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 
21    THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 -->
23
24 <html>
25    <script language="JavaScript">
26             function pageLoaded() {
27                window.parent.dhtmlHistory.iframeLoaded(window.location);
28             }
29    </script>
30    <body onload="pageLoaded()">
31       <h1>blank.html - Needed for Internet Explorer's hidden IFrame</h1>
32    </body>
33 </html>