diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-04-14 13:20:17 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-04-14 13:20:17 +0000 |
commit | b9d2211ee8858d9bd9fb166ecba3d52649108593 (patch) | |
tree | 52f0ffc1f9a22ef70e98dc70041c79ec19e199e1 | |
parent | 468d52647864a4a4a69bb2487d848684ddea93f8 (diff) | |
download | indexhtml-b9d2211ee8858d9bd9fb166ecba3d52649108593.tar indexhtml-b9d2211ee8858d9bd9fb166ecba3d52649108593.tar.gz indexhtml-b9d2211ee8858d9bd9fb166ecba3d52649108593.tar.bz2 indexhtml-b9d2211ee8858d9bd9fb166ecba3d52649108593.tar.xz indexhtml-b9d2211ee8858d9bd9fb166ecba3d52649108593.zip |
fixed urls in testonline file
-rw-r--r-- | HTML/testonline.html | 4 |
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> |