<script>
var bar=0
var line= "| |"
var amount= "| |"
Count ()
function count () {
Bar=bar+2
Amount =amount + Line
Document.loading.chart.value=amount
document.loading.percent.value=bar+ "%"
if (bar<99)
{settimeout ("count ()", 100);}
Else
{window.location = "change this to the URL to be transferred";}
}</script>
Manual
<script language= "Web Effects" >
<!--
function Gotourl () {//v2.0
for (var i=0; i< (gotourl.arguments.length-1); i+=2)//with arg pairs
Eval (gotourl.arguments+ "location=" "+gotourl.arguments[i+1]+");
Document.returnvalue = false;
}
-->
</script>
<body bgcolor= "#ffffff" onload= "gotourl (parent, change here to the URL to be transferred); return Document.returnvalue" >
Three
<script language= "JavaScript" >
<!--start code
var ver = navigator.appversion;
if (Ver.indexof ("MSIE"!=-1)
{
window.location.href= "Change this here to the URL to be transferred."
}else
window.location.href= "Change this here to the URL to be transferred."
End Code-->
</script>
Using met
<meta http-equiv= "Refresh" content= "0.1;url= will change here to the URL to be transferred" >
Look at an HTML page according to the browser language of visiting this different automatic jump multilingual page
<script>
var type=navigator.appname
if (type== "Netscape")
var lang = Navigator.lang Uage
Else
var lang = navigator.userlanguage
//cut down to 2 chars of country code
var lang = Lang.substr (0,2)
//English
if (lang = = "en")
window.location.replace (' url ')
//Simplified Chinese
else if (l Ang = = "ZH-CN")
window.location.replace (' url ')
//Traditional Chinese
else if (lang = "zh-tw")
Window.location.re Place (' url ')
//German
Else if (lang = "de")
window.location.replace (' url ')
///Except for the language listed above
E LSE
Window.location.replace (' url ')
</script>