|
|
|
Link Modal-box GridView (ASP.NET) ไม่ได้ครับ !!!!!!!!!!!!!! |
|
|
|
|
|
|
|
Error???
|
|
|
|
|
Date :
2011-06-17 20:05:17 |
By :
o(^▽^)o |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
function OpenPopupWindow() {
window.open('Default2.aspx?id=xxxx', 'abc', 'width=400,height=600', null); //// รับค่า Stringยังไงคับ
}
</script>
<asp:TemplateField HeaderText="รายละเอียด">
<ItemTemplate>
<input type="button" id="btn" value="Click" onclick="OpenPopupWindow();" />
</ItemTemplate>
</asp:TemplateField>
ส่งค่า string ครับ ได้ไหมคับ
|
ประวัติการแก้ไข 2011-06-22 15:38:59 2011-06-22 15:40:18
|
|
|
|
Date :
2011-06-22 15:37:57 |
By :
โต้ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันบอกแบบรูปคำสั่งไม่ถูกต้อง
|
|
|
|
|
Date :
2011-06-22 18:02:32 |
By :
โต้ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
function OpenPopupWindow(id) {
window.open('Default2.aspx?id='+id, 'abc', 'width=400,height=600', null); //// รับค่า Stringยังไงคับ
}
</script>
<asp:TemplateField HeaderText="รายละเอียด">
<ItemTemplate>
<input type="button" id="btn" value="Click" onclick="OpenPopupWindow('123');" />
</ItemTemplate>
</asp:TemplateField>
ยังไม่ได้เลยครับ มีวิธีอื่นบางไหมคับ ขอบคุณครับ
|
|
|
|
|
Date :
2011-06-25 23:02:49 |
By :
โต้ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (JavaScript)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
<script language="JavaScript">
function fncOpenPopup()
{
window.open('popup2.html','popup-name','width=700,height=500,toolbar=0, menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');
}
</script>
</head>
<body>
<form name="frmMain" action="" method="post">
<input type="button" name="btnOpen" value="OpenPopup" OnClick="fncOpenPopup();">
</form>
</body>
</html>
ตัวอย่างการใช้ Popup ครับ
Go to : JavaScript Popup Window
|
|
|
|
|
Date :
2011-06-26 07:54:36 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|