CptChaos

Voor Adanteh <3

Jul 20th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.     <title>Untitled Document</title>
  6.     <script type="text/javascript">
  7.         function changeMapl0(cityName) {
  8.           layerl0.setOptions({
  9.             query: {
  10.               select: "'geometry'",
  11.               from: '1atpjUl_vnLBkcFu2xB_oa-jBu3ShahNxQbVyXD4',
  12.               where: "'name' = '" + cityName + "'"
  13.             }
  14.           });
  15.         }
  16.     </script>
  17. </head>
  18. <body>
  19.     <ul>
  20.         <li><a href="#" onclick="changeMap('Foobar');" title="Go to Foobar">Foobar</a></li>
  21.     </ul>       "
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment