Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 1 trả lời
  • 3 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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 ?>

Được chỉnh sửa bởi cor-el vào