<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;">Jay,<br><br>Is your site available to the public? I might be able to diagnose what's going on faster if it is.<br><br>Thanks,<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: Bob Basques &lt;Bob.Basques@ci.stpaul.mn.us&gt;; geomoose-developers@lists.sourceforge.net; geomoose-users@lists.sourceforge.net<br>Sent: Wednesday, November 7, 2007 8:31:03 AM<br>Subject: Re: [Geomoose-users] [Geomoose-developers] Search Menu / Tab<br><br>Thanks for your reponse Bob....<br><br>1. Yea I tried moving the order around....in the statedemo.html<br>2. I then tried to move the order around in the
 Itemquery.map file as<br>well<br><br>Still nothing....I don't know what else it can be...<br><br>Anyone else out there have any ideas...<br><br>Thanks again for all your help<br><br><br><br><br>-----Original Message-----<br>From: Bob Basques [mailto:<a ymailto="mailto:Bob.Basques@ci.stpaul.mn.us" href="mailto:Bob.Basques@ci.stpaul.mn.us">Bob.Basques@ci.stpaul.mn.us</a>] <br>Sent: Tuesday, November 06, 2007 4:25 PM<br>To: <a ymailto="mailto:geomoose-developers@lists.sourceforge.net" href="mailto:geomoose-developers@lists.sourceforge.net">geomoose-developers@lists.sourceforge.net</a>;<br><a ymailto="mailto:geomoose-users@lists.sourceforge.net" href="mailto:geomoose-users@lists.sourceforge.net">geomoose-users@lists.sourceforge.net</a>; Jay Kapalczynski<br>Subject: Re: [Geomoose-developers] Search Menu / Tab<br><br>Jay,<br><br>Not positive about this, but I did notice the capitalization on the two<br>different "value" parameters are not the same, the second
 one is all<br>capitalized, there may be a need to keep them one way or the other, my<br>gut feeling is that they need to be capitalized, as the value is used
 to<br>match against a data column/type of some sort.<br><br>Real quickly, you could swap their display order around and see if the<br>same one still works or not, then you'll know if it's the data of the<br>query that's at fault.<br><br>bobb<br><br><br>&gt;&gt;&gt; "Jay Kapalczynski" &lt;<a ymailto="mailto:jkapalczynski@ci.maple-grove.mn.us" href="mailto:jkapalczynski@ci.maple-grove.mn.us">jkapalczynski@ci.maple-grove.mn.us</a>&gt; wrote:<br><br>I have been working on getting a tab running to do my searches.&nbsp; I have<br>somewhat succeded in that I created a new tab and I can copy some of
 the<br>code that allows the user to enter a Park Name and search for it and<br>zoom to it...<br> <br>Although I want to take this a bit further and have multiple searches
 on<br>the same tab<br> <br>Right now I modified the menu to allow for searches on Park, Parcel
 PID,<br>and Street Name.<br>Each one is working properly from the Menu <br> <br><br> <br> <br>My problem is when I try and bring this code to the Tab..as long as I<br>stay with just one of the searches I am ok.it breaks down when I try
 and<br>bring more than one..then only the last one works...<br> <br> <br> <br>I created a new entry in the Menue Title (statemenu.xml)<br> <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;menu title="Search"&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;item title="Search for Parks"<br>href="javascript:ServManager.startService('Search for Parks')"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;item title="Search for PID"<br>href="javascript:ServManager.startService('Search for PID')"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;item title="Search for Street"<br>href="javascript:ServManager.startService('Search for Street')"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;item title="Search for Stuff"<br>href="javascript:ServManager.startService('Search for Stuff')"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/menu&gt;<br> <br> <br> <br>I created a new entry in the service title (statedemo.xml)<br> <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;service title="Search for Stuff"<br>selectable="false" default="false" locked="true" div="StuffSearch"&gt;<br> <br>&lt;url&gt;/cgi-bin/mapserv.exe&lt;/url&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type="hidden"<br>name="map"<br>value="/ms4w/apps/GeoMOOSE/maps_statedemo/itemquery_Stuff.map"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type="hidden"<br>name="mode" value="nquery"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type="user"<br>name="id" title="Zoom to Stuff:"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/service&gt;<br> <br> <br>I create a new entry for the search (statedemo.html)<br> <br> <br>&nbsp; &nbsp; &lt;div id="StuffSearch"&gt;<br> <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="black"&gt;&lt;b&gt;Search for Park:&lt;/b&gt;&lt;/font&gt;&lt;br/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input name="id"/&gt;&lt;input type="submit"<br>value="Search_Park"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input
 type="hidden" name="map"<br>value="/ms4w/apps/GeoMOOSE/maps_statedemo/itemquery.map"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type="hidden" name="mode" value="nquery"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br&gt;&lt;i&gt;Enter Park Name.&lt;i/&gt;<br> <br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="black"&gt;&lt;b&gt;Search for PID:&lt;/b&gt;&lt;/font&gt;&lt;br/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input name="id"/&gt;&lt;input type="submit"<br>value="SEARCH_PID"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type="hidden" name="map"<br>value="/ms4w/apps/GeoMOOSE/maps_statedemo/itemquery.map"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type="hidden" name="mode" value="nquery"/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br&gt;&lt;i&gt;Enter PID
 number.&lt;i/&gt; &lt;/div&gt;<br> <br> <br> <br> <br><br> <br> <br> <br> <br> <br>When written like above you can see both of them but only the second
 one<br>works..the first errors out.<br> <br>ANY THOUGHTS WH Y BOTH WILL NOT WORK?<br><br>OR ANY THOUGHTS HOW I CAN GET THIS TO WORK?<br> <br> <br>THanks<br> <br>Jay<br><br>-------------------------------------------------------------------------<br>This SF.net email is sponsored by: Splunk Inc.<br>Still grepping through log files to find problems?&nbsp; Stop.<br>Now Search log events and configuration files using AJAX and a browser.<br>Download your FREE copy of Splunk now &gt;&gt; <a href="http://get.splunk.com/" target="_blank">http://get.splunk.com/</a><br>_______________________________________________<br>Geomoose-users mailing list<br><a ymailto="mailto:Geomoose-users@lists.sourceforge.net" href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users"
 target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br></div><br></div></div><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com </body></html>