_my.html.erb 293 B

1234567
  1. <%= text_field(:project, :coordinate, :value => @object.coordinate) -%>
  2. <input type="button" id="checkAddress" onclick="redirect()" value="点击查询">
  3. <script type="text/javascript">
  4. function redirect(){
  5. window.open("http://api.map.baidu.com/lbsapi/getpoint/index.html")
  6. }
  7. </script>