[Geomoose-users] Button in Geomoose
Fischer, Brian
bfischer at houstonengineeringinc.com
Thu May 15 10:23:42 EDT 2008
It should work. What does firebug show? Is it throwing a javascript
error?
-Brian
From: geomoose-users-bounces at lists.sourceforge.net
[mailto:geomoose-users-bounces at lists.sourceforge.net] On Behalf Of Jay
Kapalczynski
Sent: Thursday, May 15, 2008 9:13 AM
To: geomoose-developers at lists.sourceforge.net;
geomoose-users at lists.sourceforge.net
Subject: [Geomoose-users] Button in Geomoose
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/99e00be0/attachment.html
More information about the Geomoose-users
mailing list