I&#39;ve been trouble shooting this for a few days now and could really use some help.<br><br>I&#39;m not getting any firebug errors and shp2img is showing parcels map is correct; a URL call to both parcels map and itemquery map is returning a call back as intended on both.<br>
<br>LAYER<br>    NAME &#39;Parcels&#39;<br>    TYPE POLYGON<br>    DATA &#39;parcels.shp&#39;<br>    STATUS DEFAULT<br>        ---------------------------------<br>INDEX.HTML<br><br>&lt;div id=&quot;CustomForms&quot;&gt;<br>
    &lt;div id=&quot;pinsearch&quot;&gt;<br>                    &lt;font color=&quot;black&quot;&gt;&lt;b&gt;Search for Parcel:&lt;/b&gt;&lt;/font&gt;&lt;br/&gt;<br>                    &lt;input name=&quot;id&quot;/&gt;&lt;input type=&quot;submit&quot; value=&quot;Search&quot;/&gt;<br>
                    &lt;input type=&quot;hidden&quot; name=&quot;map&quot; value=&quot;/var/www/vhosts/<a href="http://mysite.org/httpdocs/geomoose/maps_countydemo/itemquery.map">mysite.org/httpdocs/geomoose/maps_countydemo/itemquery.map</a>&quot;/&gt;<br>
                    &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;nquery&quot;/&gt;<br>                                        &lt;br&gt;&lt;i&gt;&lt;b&gt;EnterPIN&lt;/b&gt;&lt;br /&gt;<br>                    <br>
    &lt;/div&gt;<br><br>    -----------------------------------<br>    xml<br>    <br>    &lt;service title=&quot;Search for Parcels&quot; selectable=&quot;false&quot; default=&quot;true&quot; locked=&quot;true&quot; div=&quot;pinsearch&quot; icon=&quot;shared/images/toolbar/find.jpg&quot; highlight=&quot;shared/images/toolbar/find_selected.jpg&quot; &gt;<br>
            &lt;url&gt;/cgi-bin/mapserv&lt;/url&gt;<br>            &lt;input type=&quot;hidden&quot; name=&quot;map&quot; value=&quot;./itemquery.map&quot;/&gt;<br>            &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;nquery&quot;/&gt;<br>
            &lt;input type=&quot;hidden&quot; name=&quot;layer&quot; value=&quot;pinSearch&quot;/&gt;<br>            &lt;input type=&quot;user&quot; name=&quot;id&quot; title=&quot;Zoom to Parcel#:&quot;/&gt;<br>        &lt;/service&gt;<br>
         ----------------------------------<br>     <br>ITEMQUERY.MAP<br>LAYER # Parcels Polygon Layer<br>        NAME &#39;Parcels&#39;<br>        DATA &#39;landrecords/parcels.shp&#39;<br>        STATUS DEFAULT<br>        TYPE POLYGON<br>
        METADATA<br>            qstring_validation_pattern &#39;.&#39;<br>        END<br>        TEMPLATE &#39;landrecords/itemquery_parcels.html&#39;<br>        FILTERITEM &#39;parcel_no&#39;<br>        FILTER /^%id%/ #begins with search regular expression<br>
        <br>        ---------------------------------<br>ITEMQUERY_PARCELS.HTML<br>        <br>        &lt;--MapServer Template--&gt;<br>&lt;tr&gt;<br>&lt;td&gt;[parcel_no]&lt;/td&gt;<br>&lt;td&gt;[Comments]&lt;/td&gt;<br>
&lt;td&gt;&lt;a href=&quot;javascript:Map.itemQueryLayer(&#39;Highlight&#39;, &#39;Parcels&#39;, &#39;parcel_no&#39;, &#39;[parcel_no]&#39;, &#39;/var/www/vhosts/<a href="http://mysite.org/httpdocs/geomoose/maps_countydemo/select.map&#39;">mysite.org/httpdocs/geomoose/maps_countydemo/select.map&#39;</a>); Map.zoomToViewString(([shpminx]-400)+&#39;,&#39;+([shpminy]-400)+&#39;,&#39;+([shpmaxx]+400)+&#39;,&#39;+([shpmaxy]+400))&quot;&gt;&lt;img src=&quot;shared/images/view.png&quot; border=&quot;0&quot; title=&quot;Click to Zoom Map to Parcel&quot;&gt;&lt;/img&gt;&lt;/a&gt;&lt;/td&gt;<br>
&lt;/tr&gt;<br><br clear="all"><br>-- <br>&quot;If one advances confidently in the direction of his dreams, and endeavors to live the life which he has imagined, he will meet with a success unexpected in common hours.&quot;  ~Thoreau<br>
<br><br>