Hi everyone
I have a HTML page which has some dynamic parts. The problem is that this page works fine in IE but not in MOZILLA ( doesn't work att all in mozilla )
here is an example:
------------------------------------------
<table id="searchtable " >
<tr>
<td>
Some text here...
</td>
</tr>
</table>
<img src="hide.gif" onclick="search table.style.dis play='none'">
------------------------------------------
So if you click on the GIF file the text will get invisible. Is there any problem with MOZILLA or my page?
I have a HTML page which has some dynamic parts. The problem is that this page works fine in IE but not in MOZILLA ( doesn't work att all in mozilla )
here is an example:
------------------------------------------
<table id="searchtable " >
<tr>
<td>
Some text here...
</td>
</tr>
</table>
<img src="hide.gif" onclick="search table.style.dis play='none'">
------------------------------------------
So if you click on the GIF file the text will get invisible. Is there any problem with MOZILLA or my page?
Comment