码迷,mamicode.com
首页 > 其他好文 > 详细

直接搜索地图

时间:2015-04-23 13:02:13      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:

<input type="text" id=‘sn‘ class="b_input_1">

<input type="submit" class="b_input_2" id=‘mapsearch‘ value="  ">

document.getElementById(‘mapsearch‘).onclick = function(){

if(document.getElementById(‘sn‘).value == ‘请输入起点‘){alert(‘请输入起点‘);return false;}

var s = "bt&c=289&sn=2$$$$$$" + encodeURIComponent(document.getElementById(‘sn‘).value) + "$$0$$$$&en=2$$$$$$" + encodeURIComponent(‘百度公司‘) + "$$0$$$$&ie=utf-8&oue=0";

var url = "http://map.baidu.com/?newmap=1&s=" + encodeURIComponent(s) + "&fr=alat0&from=alamap";

window.open(url);

};  

 

直接搜索地图

标签:

原文地址:http://www.cnblogs.com/mrt-yyy/p/4449808.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!