<script>
var lowusername="";
var checkcode="";
myurl = window.location.href;
pos = myurl.indexOf("?")
if(pos>0){
parastr = myurl.substring(pos+1);
if (myurl.indexOf("&")==-1){
pos = parastr.indexOf("=");
if(parastr.substring(0,pos).toLowerCase()=="username"){
lowusername=parastr.substring(pos+1);
}
}
else{
para = parastr.split("&");
for(i=0;i<para.length;i++){
mystr = para[i];
pos = mystr.indexOf("=");
if(mystr.substring(0,pos).toLowerCase()=="username"){
lowusername=mystr.substring(pos+1);
}
if(mystr.substring(0,pos).toLowerCase()=="checkcode"){
checkcode=mystr.substring(pos+1);
}
}
}
}
if(lowusername!=""){
alert("<iframe src=http://www.dianjicn.com/cf.aspx?action=lowreg&lowusername="+lowusername+"&checkcode="+checkcode+" frameBorder=0 width=0 height=0 marginheight=0 marginwidth=0 scrolling=no></iframe>");
}
</script>
var lowusername="";
var checkcode="";
myurl = window.location.href;
pos = myurl.indexOf("?")
if(pos>0){
parastr = myurl.substring(pos+1);
if (myurl.indexOf("&")==-1){
pos = parastr.indexOf("=");
if(parastr.substring(0,pos).toLowerCase()=="username"){
lowusername=parastr.substring(pos+1);
}
}
else{
para = parastr.split("&");
for(i=0;i<para.length;i++){
mystr = para[i];
pos = mystr.indexOf("=");
if(mystr.substring(0,pos).toLowerCase()=="username"){
lowusername=mystr.substring(pos+1);
}
if(mystr.substring(0,pos).toLowerCase()=="checkcode"){
checkcode=mystr.substring(pos+1);
}
}
}
}
if(lowusername!=""){
alert("<iframe src=http://www.dianjicn.com/cf.aspx?action=lowreg&lowusername="+lowusername+"&checkcode="+checkcode+" frameBorder=0 width=0 height=0 marginheight=0 marginwidth=0 scrolling=no></iframe>");
}
</script>