รบกวนดู code ที่ส่งค่าจาก popup ส่งกลับมายังฟอร์มลักทีค่ะ มันลงแค่กล่องเดียว รบกวนทีนะคะ
ค่า val ใน function returnTextBox(val) มันส่งค่าอะไรเข้ามาครับ
ค่า val ต้องเป็นค่าที่มีลักษณะอย่างนี้มันถึงจะได้ครับ
เช่ีน a b c d e
มีช่องว่างระหว่าง แต่ละตัวครับ
Date :
2012-01-13 13:00:14
By :
Thep
รบกวนช่วยเกล่าให้ทีค่ะ เอา code มาให้เต็ม ๆ เลยค่ะ
ปัญหาคือ popup ขึ้นมาแล้ว พอคลิกเลือกแต่ละช่อง มันลงแต่ช่องเดียวค่ะ ช่องอื่นเป็น undifide หมดค่ะ
แก้ให้ทีนะคะ
ไฟล์ send.php
Code (PHP)
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<script language="javascript">
<!--
// ฟังชั่นสำหรับ เปิดหน้าต่าง popup
function winopen(theURL,winName,width,height,scollbar) { //v2.0
var setfocus;
setfocus = window.open(theURL,winName,'resizable=yes,scrollbars='+ scollbar +',width='+ width +',height='+ height +',top=0,left=0');
setfocus.focus();
}
//-->
</script>
</head>
<body>
<table width="331" border="0" cellspacing="1" cellpadding="1">
<form method="post" action="" name="form1"></form><tr>
<td width="78"><div align="center">1</div></td>
<td width="246"><input name="text1" type="text" class="input"> <a href="javascript:winopen('pop1.php','open1',500,500,0)"><font size="2">find..</font></a></td>
</tr>
<tr>
<td><div align="center">2</div></td>
<td><input name="text2" type="text" class="input"> <a href="javascript:winopen('pop1.php','open1',500,500,0)"><font size="2">find..</font></a></td>
</tr>
<tr>
<td><div align="center">3</div></td>
<td><input name="text3" type="text" class="input"> <a href="javascript:winopen('pop1.php','open1',500,500,0)"><font size="2">find..</font></a></td>
</tr>
<tr>
<td><div align="center">4</div></td>
<td><input name="text4" type="text" class="input"> <a href="javascript:winopen('pop1.php','open1',500,500,0)"><font size="2">find..</font></a></td>
</tr>
<tr>
<td><div align="center">5</div></td>
<td><input name="text5" type="text" class="input"> <a href="javascript:winopen('pop1.php','open1',500,500,0)"><font size="2">find..</font></a></td>
</tr></form>
</table>
</body>
</html>
ไฟล์ pop1.php
Code (PHP)
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="center">
<table width="500" height="500" border="0" cellpadding="1" cellspacing="1">
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td><a href="javascript:fram.returnTextBox(' ');"><font color="#FF0000" size="2"><strong>X</strong></font><font size="2">
ปิดหน้าต่างนี้</font></a></td>
</tr>
<tr>
<td><iframe name="fram" src="pop2.php" frameborder="0"
scrolling="no" height="100%" width="100%" marginwidth="0" marginheight="0" ></iframe></td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>
</html>
ไฟล์ pop2.php
Code (PHP)
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<script language="javascript">
function returnTextBox(val){
var result = val.split(" ");
var txt1 = parent.window.opener.form1.text1;
var txt2 = parent.window.opener.form1.text2;
var txt3 = parent.window.opener.form1.text3;
var txt4 = parent.window.opener.form1.text4;
var txt5 = parent.window.opener.form1.text5;
txt1.value=result[0];
txt2.value=result[1];
txt3.value=result[2];
txt4.value=result[3];
txt5.value=result[4];
parent.window.close();
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620"></HEAD>
<BODY>
<a href="javascript:returnTextBox('10001');"><font color="#003366" size="2">10001</font></a><br>
<a href="javascript:returnTextBox('10002');"><font color="#003366" size="2">10002</font></a><br>
<a href="javascript:returnTextBox('10003');"><font color="#003366" size="2">10003</font></a><br>
<a href="javascript:returnTextBox('10004');"><font color="#003366" size="2">10004</font></a><br>
<a href="javascript:returnTextBox('10005');"><font color="#003366" size="2">10005</font></a><br>
</BODY>
</HTML>
Date :
2012-01-13 13:32:26
By :
because
รบกวนช่วยทีนะคะ
Date :
2012-01-13 13:58:35
By :
because
อัพหน่อย
Date :
2012-01-13 22:03:01
By :
because
เอาโค้ดไปรันดูนะครับ ไม่เข้าใจตรงไหนก็โพสไว้
index.php
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<script language="javascript">
<!--
// ฟังชั่นสำหรับ เปิดหน้าต่าง popup
function winopen(theURL,winName,width,height,scollbar) { //v2.0
var setfocus;
setfocus = window.open(theURL,winName,'resizable=yes,scrollbars='+ scollbar +',width='+ width +',height='+ height +',top=0,left=0');
setfocus.focus();
}
//-->
</script>
</head>
<body>
<table width="331" border="0" cellspacing="1" cellpadding="1">
<form method="post" action="" name="form1" ></form><tr>
<td width="78"><div align="center">1</div></td>
<!-- pop1.php?textbox=1 ส่งค่าไปเพื่อบอกว่าจะแสดงค่าลง textbox อันไหน -->
<td width="246"><input name="text1" id="text1" type="text" class="input"> <a href="javascript:winopen('pop1.php?textbox=1','open1',500,500,0)"><font size="2">find..</font></a></td>
</tr>
<tr>
<td><div align="center">2</div></td>
<td><input name="text2" type="text" id="text2" class="input"> <a href="javascript:winopen('pop1.php?textbox=2','open1',500,500,0)"><font size="2">find..</font></a></td>
</tr>
<tr>
<td><div align="center">3</div></td>
<td><input name="text3" type="text" id="text3" class="input"> <a href="javascript:winopen('pop1.php?textbox=3','open1',500,500,0)"><font size="2">find..</font></a></td>
</tr>
<tr>
<td><div align="center">4</div></td>
<td><input name="text4" type="text" id="text4" class="input"> <a href="javascript:winopen('pop1.php?textbox=4','open1',500,500,0)"><font size="2">find..</font></a></td>
</tr>
<tr>
<td><div align="center">5</div></td>
<td><input name="text5" type="text" id="text5" class="input"> <a href="javascript:winopen('pop1.php?textbox=5','open1',500,500,0)"><font size="2">find..</font></a></td>
</tr></form>
</table>
</body>
</html>
pop1.php
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="center">
<table width="500" height="500" border="0" cellpadding="1" cellspacing="1">
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td><a href="javascript:fram.returnTextBox('close',false);"><font color="#FF0000" size="2"><strong>X</strong></font><font size="2">
ปิดหน้าต่างนี้</font></a></td>
</tr>
<tr>
<!-- pop2.php?textbox=$_GET['textbox']; get ค่าจากหน้า index แล้วส่งไปหน้า popup 2 -->
<td><iframe name="fram" src="pop2.php?textbox=<?php echo $_GET['textbox']; ?>" frameborder="0"
scrolling="no" height="100%" width="100%" marginwidth="0" marginheight="0" ></iframe></td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>
</html>
pop2.php
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<script language="javascript">
function returnTextBox(val, textNo){
if(val == 'close') {
parent.window.close();
return;
}
var result = val.split(" ");
parent.window.opener.document.getElementById("text"+textNo).value = result[0];
parent.window.close();
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620"></HEAD>
<BODY>
<!-- pop2.php?textbox=$_GET['textbox']; get ค่าจากหน้า pop1 เพื่อระบุ textbox ที่จะแสดงผล -->
<a href="javascript:returnTextBox('10001', <?php echo $_GET['textbox']; ?>);"><font color="#003366" size="2">10001</font></a><br>
<a href="javascript:returnTextBox('10002', <?php echo $_GET['textbox']; ?>);"><font color="#003366" size="2">10002</font></a><br>
<a href="javascript:returnTextBox('10003', <?php echo $_GET['textbox']; ?>);"><font color="#003366" size="2">10003</font></a><br>
<a href="javascript:returnTextBox('10004', <?php echo $_GET['textbox']; ?>);"><font color="#003366" size="2">10004</font></a><br>
<a href="javascript:returnTextBox('10005', <?php echo $_GET['textbox']; ?>);"><font color="#003366" size="2">10005</font></a><br>
</BODY>
</HTML>
Date :
2012-01-14 08:04:18
By :
nautilus
Load balance : Server 02