[Geomoose-users] Button in Geomoose
Jay Kapalczynski
jkapalczynski at ci.maple-grove.mn.us
Thu May 15 10:13:29 EDT 2008
I am trying this:
This is on my Identify_Parcels.html
The button shows up in the tab after you do the idntify but nothing
happens when I click the actual button
Any thoughts?
<tr>
<td colspan="2"><b>Parcels Layer</b></td>
</tr>
<tr>
<td align="right">PID:</td>
<td>[PID]</td>
</tr>
<tr>
<td align="right">Address:</td>
<td>[ADDRESS]</td>
</tr>
<tr>
<td align="right">Assessing Sketches:</td>
<td><a href="pdf\Assessing_Sketches\[SKETCHES]"
target="_blank">[SKETCHES]</a></td>
</tr>
<script language="javascript" type="text/javascript">
function showAlert() {
alert('This is an alert message!');
}
</script>
<p><input type="button" value="Click here" onClick="showAlert();"></p>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20080515/b9910f9c/attachment.html
More information about the Geomoose-users
mailing list