I need help with my GUI because the closing button of the window is not responding when clicked. Here is the JSP code snippet:
The JSP is
<table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" class="TB_nb">
<tr>
<td colspan="3" class="pusher TB_nb"><h2>Sök person/företag</h2>
</td>
<td align="right">X</td>
</tr>
...
I am unable to figure out how to enable the closing function. Can someone guide me on how to achieve this? Thank you