|
|
|
ถามเรื่องการส่งค่าผ่าน Popup ทีครับ คือว่าผมต้องการทำแบบว่า มีปุ่มเช็ค Username , รหัสบัตรประชาชน , Email ว่าข้อมูลถูกต้องหรือไม่ |
|
|
|
|
|
|
|
window.opener.form_name.element_name.value = 'abc';
|
|
|
|
|
Date :
2010-01-18 00:28:20 |
By :
เซ็งตัวเอง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งง อ่าครับ
|
|
|
|
|
Date :
2010-01-24 16:30:57 |
By :
Energyx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หน้าหลัก
<form name="form1" id="form1">
<input type="hidden" name="hdn" id="hdn">
</form>
หน้า popup
<script type="text/javascript">
window.opener.form1.hdn.value = 1;
</script>
|
|
|
|
|
Date :
2010-01-24 23:55:58 |
By :
เซ็งตัวเอง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|