<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello friends,<br><br>I'm trying to insert a toolbox (zoom in, zoom out, pan, full extent,...) in my html template (working with MS4W). I've thinking in mapscript or other. The problem is that I don't know how insert javascript language in my html template. How I can insert javascript? Which is the best library (and easy for me) for this work? How is the code necessary for this labour?<br><br><br>For example, i want insert the toolbox for this simple windows visor:<br><br>______________________________________________________________________________<br><br><br><br><html><br><head><br>       <br>    <title>Example</title><br><br></head><br><body><br><br><form name=sigrural action="/cgi-bin/Example" method="post"><br><br><table width="100 %" border="2" cellpadding="10" bgcolor="#32CD32"> <br><tr><br># <b><i>Hear I want to put the toolbar in a new row</i></b><br><td width="800" valign="top" bgcolor="#CFB53B"><br>    <input type="image" name="img" src="[img]"<br>        width="800" height="600" border="5"><br>      <strong>Escala </strong>1:[scale]<br></td><br><br><td valign="top"><br><h3>Layers:</h3><br>        <h4>Cities</h4><br>        &nbsp<input type="checkbox" name="layer" value="Cities"  [Cities_check]><br>        Cities<br><br></td><br></tr><br><br><input type="hidden" name="map" value="[map]"><br><input type="hidden" name="imgext" value="[mapext]"><br><input type="hidden" name="imgxy" value="[center]">  <br></form><br><br></body><br><br></html><br><br><br><br>_______________________________________________________________________________________<br><br><br><br>Thanks to all<br><br /><hr />Personaliza tu nuevo Windows Live y   <a href='http://www.windowslive.es ' target='_new'>hazlo único</a></body>
</html>