首页logo右侧文字描述,后台修改!

专家列表 更多>>专家列表 更多>>购车支招·二手车答疑

选车 2024-11-06 浏览(7) 评论(0)
- N +
'); } weather.changeWeatherCity = function (val){ if (val == "" || val == "全部城市"){ alert("请您选择城市!"); document.getElementById('weatherCity').focus(); return false; }else{ weather.city = val; weather.city_ok = weather.city.replace(/市/g,""); var _doc = document.getElementsByTagName('head')[0]; var js = document.createElement('script'); js.setAttribute('type', 'text/javascript'); js.setAttribute('src', 'http://php.weather.sina.com.cn/js.php?city='+weather.city_ok); _doc.appendChild(js); if (navigator.userAgent.toLowerCase().indexOf("msie") != -1){//IE6、IE7 js.onreadystatechange = function () { if (js.readyState == 'loaded' || js.readyState == 'complete') { weather.writeWeatherReport(); weather.setWeatherCityToCookie('weatherCity', weather.city, 365); jQuery('.wthpop').hide(); } } }else{//Is Firefox2、Firefox3、Safari3.1+、Opera9.6+ js.onload = function () { weather.writeWeatherReport(); weather.setWeatherCityToCookie('weatherCity', weather.city, 365); jQuery('.wthpop').hide(); } } } } weather.setWeatherCityToCookie = function (name, value, days){ if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); }else{ expires = ""; } document.cookie = name + "=" + encodeURI(value) + expires + "; path=/"; } weather.getWeatherCityFromCookie = function (name){ //alert(document.cookie); var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i=0; i

标签: