summaryrefslogtreecommitdiffstats
path: root/HTML/testonline.html
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2005-08-30 15:51:39 +0000
committerPablo Saratxaga <pablo@mandriva.com>2005-08-30 15:51:39 +0000
commitf82c36f9aa41bfd224430fbc68766ba0bcdf875c (patch)
treee2534f7abaebfd67778454846892a023ef6b2079 /HTML/testonline.html
parent2d6e0a12287714d53853ce7e6036b32fe880261e (diff)
downloadindexhtml-f82c36f9aa41bfd224430fbc68766ba0bcdf875c.tar
indexhtml-f82c36f9aa41bfd224430fbc68766ba0bcdf875c.tar.gz
indexhtml-f82c36f9aa41bfd224430fbc68766ba0bcdf875c.tar.bz2
indexhtml-f82c36f9aa41bfd224430fbc68766ba0bcdf875c.tar.xz
indexhtml-f82c36f9aa41bfd224430fbc68766ba0bcdf875c.zip
new html page doesn't have any text anymore
Diffstat (limited to 'HTML/testonline.html')
-rw-r--r--HTML/testonline.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/HTML/testonline.html b/HTML/testonline.html
index c447398..36deab8 100644
--- a/HTML/testonline.html
+++ b/HTML/testonline.html
@@ -1,12 +1,12 @@
-<html><body onload="bodyLoad();"><script type="text/javascript"><!--
- var isRemoteAvail = false;
- function bodyLoad() {
- var url = 'http://www.mandriva.com/';
- var lang = parent.window.document.documentElement.attributes.getNamedItem('lang').value;
- if( lang != null ) url += '?wslang='+lang;
- if( isRemoteAvail ) parent.location=url;
- }
- function imgLoad() { isRemoteAvail = false; }
- function imgError() { isRemoteAvail = false; }
- window.alert = function() {}
---></script><img src="http://images.mandriva.com/images/donotremove.png" onerror="imgError();" onload="imgLoad();" /></body></html>
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>Mandriva</title>
+ <script type="text/javascript" src="./script.js"></script>
+ </head>
+ <body onload="bodyLoad();">
+ <img id="i" src="http://images.mandriva.com/images/donotremove.png" onload="imgLoad();" onerror="imgError();" />
+ </body>
+</html>