Hi All,<br><br>we open geomoose in a new window and I have tried to add a button to the menu bar to allow users to close the geomoose window and return to the one they came from, tried to add it into the menu bar area by putting it in the map file as follows:<br>
<br>&lt;param name=&quot;links_bar_html&quot;&gt;&lt;![CDATA[<br>&lt;form action=&quot;*&quot;&gt;<br>&lt;input type=button value=&quot;Close Me&quot; onClick=&quot;window.close()&quot;&gt;<br>&lt;/form&gt; <br>]]&gt;&lt;/param&gt;<br>
<br>The button shows up fine but the window does not close, I have tried several of the normal variations on the window close them like self.close() but seem to be having problems. Any ideas.<br><br>Best<br><br>Carl<br>