|
Hi, I just embaded jasper report with <Object> tag. the problem is, its not displaying the tooltips in IE. Even if we showing an image in <object> tag.
Any idea why its not showing the tooltips in Object tag?
sample code:
<html><head></head>
<body>
muthu.... <br>
<IMG SRC="ms_silverlight_cvr.jpg" ALT="ToolTip!!!">
<p>Object tag</P>
<object id="contentarea" standby="loading data, please wait..." title="loading data, please wait..." width="100%" height="53%" type="text/html" data="ShowImage.html">
</object>
<p>IFRAME</p><br>
<IFRAME SRC="ShowImage.html" WIDTH=450 HEIGHT=100>
</IFRAME>
</body></html>
Muthu
|