Snowfun

导航

 

圖片:

showModalDialog1.jpg、showModalDialog2.jpg

default.aspx

<head >
    <title>default.aspx</title>
    <link href="StyleSheet.css"  type="text/css" rel="stylesheet"/>
     <script type="text/javascript" language="javascript">
         function showIssue() {
             window.showModalDialog("GoodsMange/Issue.aspx", "", "dialogWidth:800px;dialogHeight:800px;scroll:no;status:no;center:yes");
             return false;
         }
     </script>
</head>

<body>

  <asp:ImageButton ID="imgbtnOutManage" runat="server"      ImageUrl="~/image/IssueItem.gif"                                                      OnClientClick="showIssue();"   />

</body>

 

Issue.aspx

<head runat="server">
    <title>Issue.aspx</title>
    <base target="_self" />
</head>

<body>

 <asp:Button ID="btnAdd" runat="server" Text="出 庫"  OnClick="btnAdd_Click" PostBackUrl="#" />

<asp:ImageButton ID="linkFirstPage" runat="server" ImageUrl="~/image/pg-first.gif"    PostBackUrl="#"  onclick="linkFirstPage_Click" />

</body>

 

 

posted on 2010-12-22 22:33  Snowfun  阅读(1772)  评论(0编辑  收藏  举报