recchi_8
11-04-2004, 12:24 AM
anyone have any idea why this code doesn't work in firefox?
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="75%"><IFRAME name="body" onFocus="alert('test me');" src="http://www.yahoo.com" width="100%" height="400" style="border: 1px solid #000000"> </IFRAME></td>
</tr>
</table>
I'm just trying to cue a javascript event (onFocus). It works in IE when you click on the iframe, but in firefox.. nothing. Am I missing something?
thanks all!
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="75%"><IFRAME name="body" onFocus="alert('test me');" src="http://www.yahoo.com" width="100%" height="400" style="border: 1px solid #000000"> </IFRAME></td>
</tr>
</table>
I'm just trying to cue a javascript event (onFocus). It works in IE when you click on the iframe, but in firefox.. nothing. Am I missing something?
thanks all!