|
|
|
ผมอยากทราบว่าเราจะส่งค่าที่รับมา ผมอยากทราบว่าเราจะส่งค่าที่รับมาหลายๆค่าจาก form โดยใช้ button ได้หรือป่าวครับ |
|
|
|
|
|
|
|
คือจะใช้คำสั่งอะไรได้บ้างครับในการที่จะให้ button สามารถส่งค่าได้หลายๆค่าไปยังหน้าอื่นอะครับ
<input type="button" onclick="parent.location='leave_rq2.php?EmployeeCode=<?echo base64_encode($EmployeeCode)?>&& choosedate1=<?echo $choosedate1?>&& choosedate2=<?echo $choosedate2?>;'" method="post" value=" Submit ">
ผมลองเขียนแบบนี้แล้วมันไม่ได้อะครับ
|
|
|
|
|
Date :
2 มี.ค. 2550 11:04:32 |
By :
windersun |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สมมตุมี 1 ไฟล์ ที่เป็นหน้าฟอร์มกรอกข้อมูล
test1.php
<form name=form1 action='test.php'>
<table><tr><td><input type="button" name='text1'><input type="button" name='text2'><input type="button" name='text3'>
</table>
</form>
test.php
$a=$text1;
$b=$text2;
$c=$text3;
แค่นี้ก้อสามารถเรียกใช้ได้แล้วอ่ะแต่ถ้าต้องการให้อยู่ไฟลืเดียวกันก้อได้นะแต่ต้อง
ใช้การเรียกฟังก์ชั่นเอาอ่ะ ลองดูนะ
|
|
|
|
|
Date :
2 มี.ค. 2550 14:23:22 |
By :
oiio |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ส่ง hiden field สิครับ
|
|
|
|
|
Date :
2 มี.ค. 2550 17:14:52 |
By :
lozomac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|