PDA

View Full Version : سوال: چطور با کلیک بر روی ImageButton یه صفحه ی جدید در یک new tap windoes باز بشه



malaki.davud
شنبه 26 آذر 1390, 16:32 عصر
دوباره سلام
می خواستم بدونم چطور با کلیک بر روی ImageButton یه صفحه ی جدید در یک new tap windoes باز بشه :متفکر::متفکر::متفکر:

fakhravari
شنبه 26 آذر 1390, 16:35 عصر
ResponseHelper.Redirect("Default2.aspx", "_blank", "top=200,left=250,height=300,width=300,status=yes,t oolbar=yes,menubar=no,location=no,titlebar=no");

hamid_shrk
شنبه 26 آذر 1390, 16:41 عصر
اینم امتحان کنید :


<asp:ImageButton ID="ImageButton1" runat="server" onClientClick="window.open('آدرس صفحه','mywindow','width=400,height=200')" />