<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">Hey Jay,<br><br>I've ran into this before with different browsers, occasionally they don't take well to the addition of "script" tags in the document after it's loaded.<br><br>In the config file there is a "CUSTOM_SCRIPTS" array which lists javascript files that will be loaded on startup.&nbsp; (I think this is fully working, it was being used at Saint Paul.)&nbsp; <br><br>So I'd do something like this.<br><br>create a file called "maplegrove.js" which contains your function (which I assume you later want to do more complex things).<br><br>maplegrove.js.<br>--------------------<br>function alertSomeStuff(msg) {<br>&nbsp;&nbsp;&nbsp; alert('This is your message:' + msg);<br>}<br><br>The next thing I would make sure you do is when defining
 the button to make sure you use one of two conventions.<br><br>&lt;!--- browsers sometimes get picky about onClick versus onclick, so try to use the lower-case only version --&gt;<br>&lt;button onclick="alertSomeStuff('[PARCEL_ID]')"&gt;My Button&lt;/button&gt;<br><br>or...<br><br>&lt;!-- With inputs don't forget the ending "/&gt;" --&gt;<br>&lt;input onclick="alertSomeStuff('[PARCEL_ID]')" value="My button value"/&gt;<br><br>-Duck<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Jay Kapalczynski &lt;jkapalczynski@ci.maple-grove.mn.us&gt;<br>To: geomoose-developers@lists.sourceforge.net; geomoose-users@lists.sourceforge.net<br>Sent: Thursday, May 15, 2008 9:13:29 AM<br>Subject: [Geomoose-users] Button in Geomoose<br><br><style>
<!--
 _filtered {font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4;}
 _filtered {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}
 _filtered {font-family:"Californian FB";panose-1:2 7 4 3 6 8 11 3 2 4;}
/* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:"Calibri", "sans-serif";}
a:link, span.MsoHyperlink
        {color:blue;text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;text-decoration:underline;}
span.EmailStyle17
        {font-family:"Calibri", "sans-serif";color:windowtext;}
.MsoChpDefault
        {}
 _filtered {margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {}
-->
</style> 


<div class="Section1"><p class="MsoNormal"><b><span style="font-family: &quot;Californian FB&quot;,&quot;serif&quot;; color: rgb(31, 73, 125);">I am trying this:</span></b></p><p class="MsoNormal"><b><span style="font-family: &quot;Californian FB&quot;,&quot;serif&quot;; color: rgb(31, 73, 125);"> &nbsp;</span></b></p><p class="MsoNormal"><b><span style="font-family: &quot;Californian FB&quot;,&quot;serif&quot;; color: rgb(31, 73, 125);">This is on my Identify_Parcels.html</span></b></p><p class="MsoNormal"><b><span style="font-size: 12pt; font-family: &quot;Californian FB&quot;,&quot;serif&quot;; color: rgb(31, 73, 125);"> &nbsp;</span></b></p><p class="MsoNormal"><b><span style="font-size: 12pt; font-family: &quot;Californian FB&quot;,&quot;serif&quot;; color: rgb(31, 73, 125);">The button shows up in the tab after you do the idntify but
nothing happens when I click the actual button</span></b></p><p class="MsoNormal"><b><span style="font-size: 12pt; font-family: &quot;Californian FB&quot;,&quot;serif&quot;; color: rgb(31, 73, 125);"> &nbsp;</span></b></p><p class="MsoNormal"><b><span style="font-size: 12pt; font-family: &quot;Californian FB&quot;,&quot;serif&quot;; color: rgb(31, 73, 125);">Any thoughts?</span></b></p><p class="MsoNormal"><b><span style="font-size: 12pt; font-family: &quot;Californian FB&quot;,&quot;serif&quot;; color: rgb(31, 73, 125);"> &nbsp;</span></b></p><p class="MsoNormal"><b><span style="font-size: 12pt; font-family: &quot;Californian FB&quot;,&quot;serif&quot;; color: rgb(31, 73, 125);"> &nbsp;</span></b></p><p class="MsoNormal"><b><span style="font-size: 12pt; font-family: &quot;Californian FB&quot;,&quot;serif&quot;; color: navy;"> &nbsp;</span></b></p><p class="MsoNormal">&lt;tr&gt;</p><p class="MsoNormal">&lt;td colspan="2"&gt;&lt;b&gt;Parcels
Layer&lt;/b&gt;&lt;/td&gt;</p><p class="MsoNormal">&lt;/tr&gt;</p><p class="MsoNormal">&lt;tr&gt;</p><p class="MsoNormal">&lt;td align="right"&gt;PID:&lt;/td&gt;</p><p class="MsoNormal">&lt;td&gt;[PID]&lt;/td&gt;</p><p class="MsoNormal">&lt;/tr&gt;</p><p class="MsoNormal">&lt;tr&gt;</p><p class="MsoNormal">&lt;td align="right"&gt;Address:&lt;/td&gt;</p><p class="MsoNormal">&lt;td&gt;[ADDRESS]&lt;/td&gt;</p><p class="MsoNormal">&lt;/tr&gt;</p><p class="MsoNormal">&lt;tr&gt;</p><p class="MsoNormal">&lt;td align="right"&gt;Assessing
Sketches:&lt;/td&gt;</p><p class="MsoNormal">&lt;td&gt;&lt;a
href="pdf\Assessing_Sketches\[SKETCHES]"
target="_blank"&gt;[SKETCHES]&lt;/a&gt;&lt;/td&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p><p class="MsoNormal">&lt;/tr&gt;</p><p class="MsoNormal"> &nbsp;</p><p class="MsoNormal"> &nbsp;</p><p class="MsoNormal">&lt;script language="javascript"
type="text/javascript"&gt;</p><p class="MsoNormal">function showAlert() {</p><p class="MsoNormal">&nbsp;alert('This is an alert message!');</p><p class="MsoNormal">}</p><p class="MsoNormal">&lt;/script&gt;</p><p class="MsoNormal"> &nbsp;</p><p class="MsoNormal">&lt;p&gt;&lt;input type="button" value="Click
here" onClick="showAlert();"&gt;&lt;/p&gt;</p></div></div></div></div><br>

      </body></html>