Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

anyone else having trouble getting javascript popup tex to display in FF 14?

  • 1 réponse
  • 3 ont ce problème
  • 3 vues
  • Dernière réponse par ebarron

more options

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?

Toutes les réponses (1)

more options

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">&#160;</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>&#160;</p></td>
   <td style="vertical-align: Top;"><table cellspacing="0">
    <col style="width: 100%;" />
    <tr>
     <td style="vertical-align: Top;">&#160;</td>
    </tr>
   </table>
   &#160;</td>
  </tr>
 </table>
 <p>&#160;</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 ?>

Modifié le par cor-el