原生javascript實現省市區三級聯動

騰訊IP分享計劃(http://ip.qq.com/)有個現成的三級聯動功能,查看源碼後發現能夠直接使用其單獨的JS文件(http://ip.qq.com/js/geo.js)。函數

分析後發現本身須要寫一個函數promptinfo(),代碼以下:spa

function promptinfo()
{
var address = document.getElementById('address'); var s1 = document.getElementById('s1'); var s2 = document.getElementById('s2'); var s3 = document.getElementById('s3'); address.value = s1.value + s2.value + s3.value; }

demo下載連接:http://files.cnblogs.com/files/newgold/demo.rarcode

相關文章
相關標籤/搜索