anyone else having trouble getting javascript popup tex to display in FF 14?
We make online help that has some java script pop-ups containing text in tables. Never had a problem with them working in earlier Firefox versions, but they don't work in 14. What's wrong?
We make online help that has some java script pop-ups containing text in tables. Never had a problem with them working in earlier Firefox versions, but they don't work in 14. What's wrong?
All Replies (1)
Forgot to provide an example script. Here it is:
<p><a class="dropspot" href="javascript:TextPopup(this)" id="a1" onclick="JavaScript:swapImages(this,dropdown1)" onfocus="this.blur()"><img src="../../images/twisty_arrow/arrowright.gif" alt="" name="dropdown1" id="dropdown1" style="border: none;" width="132" height="21" border="0" /></a></p> <div class="droptext" id="POPUP368175722" style="display: none;"> <table style="left: 0px; top: 536px;" cellspacing="0" width="550"> <col style="width: 50%;" /> <col style="width: 50%;" /> <tr style="height: 163px;"> <td style="vertical-align: Top;"><table style="left: 0px; top: 0px;" cellspacing="0"> <col style="width: 100%;" /> <tr> <td style="vertical-align: Top;"><p class="lp_heading">Learn more about reporting</p></td> </tr> <tr> <td style="vertical-align: Top;"><p class="lp_link"><a href="policy_compliance_reports.htm">About Policy Compliance Reports</a></p></td> </tr> <tr> <td style="vertical-align: Top;"><p class="lp_link"><a href="../../reports/report_center/securely_distribute_reports.htm">Securely Distribute PDF Reports</a></p></td> </tr> <tr> <td style="vertical-align: Top;"><p class="lp_link"><a href="../../reports/report_center/viewing_storage_information.htm">View Report Storage Information</a></p></td> </tr> <tr> <td style="vertical-align: Top;"><p class="lp_link"> </p></td> </tr> <tr> <td style="vertical-align: Top;"><p class="lp_heading">Learn more about report formats</p></td> </tr> <tr> <td style="vertical-align: Top;"><p class="lp_link"><a href="../../reports/report_formats.htm">Report Formats</a></p></td> </tr> <tr> <td style="vertical-align: Top;"><p class="lp_link"><a href="../../reports/report_dtds.htm">Report DTDs</a></p></td> </tr> </table> <p> </p></td> <td style="vertical-align: Top;"><table cellspacing="0"> <col style="width: 100%;" /> <tr> <td style="vertical-align: Top;"> </td> </tr> </table>  </td> </tr> </table> <p> </p> </div> <?rh-script_start ?><script type="text/javascript" language="JavaScript1.2">//<![CDATA[ if( typeof( TextPopupInit ) != 'function' ) TextPopupInit = new Function(); TextPopupInit('a1', 'POPUP368175722'); //]]></script><?rh-script_end ?>
Modified