I'm using some buttons in a frame. They look fine in IE but don't show up in Netscape. When I view the frame source I see them defined in the code. Here's a an example:
<INPUT name=cmd_paste style="HEIGHT: 24px; WIDTH: 135px" type=button value="Paste to All Rows" onClick="javascript:cmd_paste_onclick()">
I've removed the frames to see if that had any effect, but the buttons still did not show up.
The code was written by others, but I've modified it. They have another site with different pages, but with similar button definitions. They show up.
Any ideas on why my buttons show up in IE but not Netscape? Thanks.
<INPUT name=cmd_paste style="HEIGHT: 24px; WIDTH: 135px" type=button value="Paste to All Rows" onClick="javascript:cmd_paste_onclick()">
I've removed the frames to see if that had any effect, but the buttons still did not show up.
The code was written by others, but I've modified it. They have another site with different pages, but with similar button definitions. They show up.
Any ideas on why my buttons show up in IE but not Netscape? Thanks.