function jia(){
var i=document.getElementById('shuliang').value;
document.getElementById('shuliang').value = parseInt(i)+parseInt(1);
//alert(i);
}
function jian(){
var i=document.getElementById('shuliang').value;
var q=document.getElementById('qidingliang').value;
if (parseInt(i) <= parseInt(q))
{
alert("購買數量不能小于起訂量!");
return (false);
}
document.getElementById('shuliang').value = parseInt(i)-parseInt(1);
//alert(i);
}
function city(){
var i=document.getElementById('myselect').value;
document.getElementById('view').innerHTML = '¥'+i;
//alert(i);
}
function setTab(name,cursel,n){
for(i=1;i<=n;i++){
var menu=document.getElementById(name+i);
var con=document.getElementById("con_"+name+"_"+i);
menu.className=(i==cursel?"hovers":"");
con.style.display=(i==cursel?"block":"none");
}
}
$.getScript("http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js",function(){
country=remote_ip_info.country; //獲得國家信息
province=remote_ip_info.province; //獲得省份信息
city = remote_ip_info.city; //獲得城市信息
ip = remote_ip_info.start; //獲得IP地址
district=remote_ip_info.district; //獲得區信息
ISP=remote_ip_info.isp; //獲得ISP信息
type=remote_ip_info.type; //獲得服務提供商類型
other=remote_ip_info.desc; //獲取其他信息
// document.getElementById('ddd').innerHTML+="國家:"+country+"
";
// document.getElementById('name').innerHTML+=province;
// document.getElementById('ddd').innerHTML+="城市:"+city+"
";
// document.getElementById('ddd').innerHTML+="IP地址:"+ip+"
";
// document.getElementById('ddd').innerHTML+="區信息:"+district+"
";
// document.getElementById('ddd').innerHTML+="ISP信息:"+ISP+"
";
// document.getElementById('ddd').innerHTML+="提供商類型:"+type+"
";
// document.getElementById('ddd').innerHTML+="其他信息:"+other+"
";
});
|
![]() |
|
|
|
|
| Copyright 2006-2014 35941.com版權所有 吉ICP證B-2-4-20080050號 吉ICP備08000003號 京公網安備1101054301號 |