summaryrefslogtreecommitdiffstats
path: root/HTML/testonline.html
diff options
context:
space:
mode:
Diffstat (limited to 'HTML/testonline.html')
-rw-r--r--HTML/testonline.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/HTML/testonline.html b/HTML/testonline.html
index cf4a052..223148a 100644
--- a/HTML/testonline.html
+++ b/HTML/testonline.html
@@ -1,7 +1,7 @@
<html><body onload="bodyLoad();"><script type="text/javascript"><!--
var isRemoteAvail = false;
function bodyLoad() {
- var url = 'http://www.mandrakesoft.com/';
+ 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;
@@ -9,4 +9,4 @@
function imgLoad() { isRemoteAvail = true; }
function imgError() { isRemoteAvail = false; }
window.alert = function() {}
---></script><img src="http://images.mandrakesoft.com/mdkv2/logo2.png" onerror="imgError();" onload="imgLoad();" /></body></html>
+--></script><img src="http://images.mandriva.com/images/donotremove.png" onerror="imgError();" onload="imgLoad();" /></body></html>