2010-08-04 110 views
4

单击链接时需要弹出。但在页面加载时,弹出窗口显示在页面的底部。我只希望它在点击链接时显示。我在哪里做错了?请帮我出去!我是一名学习者。非常感谢!单击链接时弹出

<cc1:ConfirmButtonExtender DisplayModalPopupID="ModalPopupExtender4" ID="ConfirmButtonExtender4" 
       runat="server" TargetControlID="lnkremoveloc" Enabled="False" OnClientCancel="RemoveLocations"> 
      </cc1:ConfirmButtonExtender> 
      <cc1:ModalPopupExtender ID="ModalPopupExtender4" OkControlID="btnDisable" CancelControlID="btnCancel" 
       BackgroundCssClass="modalBackground" PopupControlID="pnlRemove" TargetControlID="lnkremoveloc" 
       runat="server"> 
      </cc1:ModalPopupExtender> 
      <asp:Panel CssClass="modalPopup" ID="PnlRemove" runat="server"> 
       <!-- Common Popup Control Begin --> 
       <table class="tblCommonPopup" width="400" cellpadding="0" cellspacing="0"> 

       <tr> 
        <td class="topLeft"> 
        </td> 
        <td class="topMiddle"> 
        </td> 
        <td class= "topRight"> 
        </td> 
       </tr> 
       <tr> 
        <td colspan="5" class="middle" align="center">--%> 
         <!-- Content Area Begin --> 
         <table> 
          <tr> 
           <td colspan="1" style="padding-top: 10px;" title="Select"> 

           </td> 
           <td colspan="4" style="padding-top: 10px;" title="Location Name"> 

           </td> 
          </tr> 
          <tr> 
           <td align="center" colspan="5"> 
            <input id="btnDisable" type="button" value="Disable" class="popupButton" /> 
            <input id="Cancel" type="button" value="Cancel" class="popupButton" /> 
           </td> 
          </tr> 
         </table> 
         <!-- Content Area Ends --> 
        </td> 
       </tr> 
       <tr> 
        <td class="bottomLeft"> 
        </td> 
        <td class="bottomMiddle"> 
        </td> 
        <td class="bottomRight"> 
        </td> 
       </tr> 
      </table> 
      <!-- Common Popup Control End --> 
     </asp:Panel> 
+0

嗨, 请发布整个页面的代码,它现在被切断。 – Woworks 2010-08-04 13:36:26

+0

由于字符的限制,我无法在此发布整个代码。任何其他选项,如电子邮件ID,请?? – Ram 2010-08-04 13:42:08

+0

你可以使用http://pastie.org/分享你的代码 – Woworks 2010-08-04 13:57:39

回答

1

尝试改变

<asp:Panel ID="pnlPagePopup" Style="display: none;" runat="server" > 

<asp:Panel ID="pnlPagePopup" Visible="false" runat="server" > 
0

希望modalBackground css是否在您的页面/样式表上?

0

Woworks是正确的 和的onClick链路设置pnlPagePopup.Visible = TRUE;