pupup window
-
I want to open an ASPX page as pupup ,using a hyperlink control which is in a gridview . I use the following code but it doesn't work!!!! :doh:
<asp:HyperLink ID="HyperLink1" runat="server" Font-Bold="True"
NavigateUrl="javascript:window.open('<%# 'SME/ShowProductDetails.aspx?ARG='+(Eval('URLProduct') +'&Companyurl='+ Eval('URLCompany')).Replace('./?', 'http://www.sme.ir/&') %>','ProductDetails','width=400,Height=400,top=200,left=200' );"
Text='<%# Eval("Title") %>'></asp:HyperLink>help me please!
-
I want to open an ASPX page as pupup ,using a hyperlink control which is in a gridview . I use the following code but it doesn't work!!!! :doh:
<asp:HyperLink ID="HyperLink1" runat="server" Font-Bold="True"
NavigateUrl="javascript:window.open('<%# 'SME/ShowProductDetails.aspx?ARG='+(Eval('URLProduct') +'&Companyurl='+ Eval('URLCompany')).Replace('./?', 'http://www.sme.ir/&') %>','ProductDetails','width=400,Height=400,top=200,left=200' );"
Text='<%# Eval("Title") %>'></asp:HyperLink>help me please!
-
Thanks ,but I want to open the page as a pupup!
-
I want to open an ASPX page as pupup ,using a hyperlink control which is in a gridview . I use the following code but it doesn't work!!!! :doh:
<asp:HyperLink ID="HyperLink1" runat="server" Font-Bold="True"
NavigateUrl="javascript:window.open('<%# 'SME/ShowProductDetails.aspx?ARG='+(Eval('URLProduct') +'&Companyurl='+ Eval('URLCompany')).Replace('./?', 'http://www.sme.ir/&') %>','ProductDetails','width=400,Height=400,top=200,left=200' );"
Text='<%# Eval("Title") %>'></asp:HyperLink>help me please!
-
I can't
-
I want to open an ASPX page as pupup ,using a hyperlink control which is in a gridview . I use the following code but it doesn't work!!!! :doh:
<asp:HyperLink ID="HyperLink1" runat="server" Font-Bold="True"
NavigateUrl="javascript:window.open('<%# 'SME/ShowProductDetails.aspx?ARG='+(Eval('URLProduct') +'&Companyurl='+ Eval('URLCompany')).Replace('./?', 'http://www.sme.ir/&') %>','ProductDetails','width=400,Height=400,top=200,left=200' );"
Text='<%# Eval("Title") %>'></asp:HyperLink>help me please!
Please help me!!! I'm really confused by ' and " when use " and when use ' ?!!!!