ซื้อขายบ้านมือสอง

วันพุธที่ 10 ตุลาคม พ.ศ. 2550

การใช้ javascript เพื่อการรับส่งค่าระหว่าง window.opener และ window รอง popup

เรื่องการรับส่งค่า ระหว่าง window หลัก และ popup และการเรียกใช้ parent ระหว่าง iframe กับ main iframe

ในเรื่องนี้ จะทำดังนี้
ผมจะสร้าง ฟอร์ม กรอกข้อมูล ชื่อ และนามสกุล ขึ้นมา จากนั้นจะมีปุ่ม เพื่อเปิดหน้า popup แสดงรายชื่อทั้งหมดที่มี จากนั้นหากคลิกเลือกรายการที่อยู่ในหน้า popup แล้ว รายชื่อในหน้าต่าง popup นั้นก็จะส่งค่ากลับไปยัง window หลัก บน textbox ชื่อ และนามสกุลทันที


1. มีไฟล์ window หลัก เป็นฟอร์ม ที่มี textbox 2 ตัวคือ 1 ชื่อ , 2 นามสกุล จากนั้นจะมีปุ่ม link สำหรับ เปิดหน้าต่าง popup เพื่อแสดง รายชื่อที่เป็นรายการใน List สำหรับ ค้นหา รายชื่อทั้งหมด จากฐานข้อมูล
2. มีไฟล์ window รอง เป้น popup สำหรับ แสดงรายชื่อทั้งหมดที่มีอยู่ และ มีช่อง iframe เพื่อเรียกไฟล์ list member ขึ้นมา
3. มีไฟล์ listmember ซึ่งอาจจะวน loopจากฐานข้อมูลขึ้นมาก็ได้

โคด หน้า window หลัก

โค๊ด:

<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<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>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620"></HEAD>

<BODY>
<form name="form1">
<table width="500" border="0" bgcolor="#cccccc" cellpadding="2" cellspacing="1">
<tr>
<td bgcolor="#eeeeee">ชื่อ</td>
<td bgcolor="#eeeeee"><input type="textbox" name="txtname"> <a href="javascript:winopen('popup01.html','open1',500,200,0)">find..</a></td>
</tr>
<tr>
<td bgcolor="#eeeeee">นามสกุล</td>
<td bgcolor="#eeeeee"><input type="textbox" name="txtsurname"></td>
</tr>
</table>
</form>
</BODY>
</HTML>

โคดหน้าต่าง popup

โค๊ด:


<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620"></HEAD>

<BODY>
<table width="500" border="0" bgcolor="#cccccc" cellpadding="2" cellspacing="1">
<tr>
<td bgcolor="#eeeeee" valign="top"><h3>Link รายการกลับ</h3><br>
<a href="javascript:fram.returnTextBox(' ');">-- Clear TextBox --</a><br></td>
<td bgcolor="#eeeeee"><iframe name="fram" src="popup01_link.html" frameborder="0"
scrolling="no" height="100%" width="350" marginwidth="0" marginheight="0" ></iframe></td>
</tr>
</table>
</BODY>
</HTML>


โคดหน้า Iframe แสดงรายชื่อสมาชิก

โค๊ด:


<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<script language="javascript">
<!--
function returnTextBox(val){
var result = val.split(" "); // ตัดคำ ชื่อ และนามสกุลออก
var txt1 = parent.window.opener.form1.txtname; // textbox ของ opener ตัวที่ 1 จ้า
var txt2 = parent.window.opener.form1.txtsurname; // textbox ของ opener ตัวที่ 2 จ้า
txt1.value=result[0]; // กำหนด ค่า value ลงไป ใน textbox 1
txt2.value=result[1]; // กำหนด ค่า value ลงไป ใน textbox 2
parent.window.close();
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620"></HEAD>

<BODY>
<!-- ส่วนนี้ สามารถ วน Loop จากดาต้าเบส ได้ครับ -->
<a href="javascript:returnTextBox('สราวุธ จงเจริญมั่นคง');">สราวุธ จงเจริญมั่นคง</a><br>
<a href="javascript:returnTextBox('หิรัญ ศรีสุพรรณ');">หิรัญ ศรีสุพรรณ</a><br>
<a href="javascript:returnTextBox('สุรเดช ศรีเจริญ');">สุรเดช ศรีเจริญ</a>
<!-- ============================== -->
</BODY>
</HTML>

31 ความคิดเห็น:

ไม่ระบุชื่อ กล่าวว่า...

:mad: http://cciworldwide.org/members/Canadian-Healthcare.aspx prednisone and stomach pain, :o http://community.milwaukeemoms.com/members/Cialis-_2D00_-Canadian-Healthcare.aspx buy cialis generic, :megalol:

Unknown กล่าวว่า...

Since its founding in 1848 Replica Longines Watches accept become and remained one of the a lot of acclaimed and able-bodied admired watch brands in the world. Certain models like the Seamaster, Speedmaster and Planet Ocean are decidedly accepted men's watches; even James Bond and Olympic swimmer Michael Phelps abrasion the Seamaster!

ไม่ระบุชื่อ กล่าวว่า...

viagra online purchase illegal buy viagra online canada - viagra blue vision

ไม่ระบุชื่อ กล่าวว่า...

generic viagra viagra' 88 keys - cheap viagra pills us

ไม่ระบุชื่อ กล่าวว่า...

viagra online without prescription buy viagra los angeles - best place buy generic viagra online

ไม่ระบุชื่อ กล่าวว่า...

generic viagra buy viagra online cheap category - buy cheap viagra blog

ไม่ระบุชื่อ กล่าวว่า...

generic soma soma drug - soma medication description

ไม่ระบุชื่อ กล่าวว่า...

soma online pharmacy buy soma echeck - soma zippy

ไม่ระบุชื่อ กล่าวว่า...

cheapest soma buy soma intimates - buy soma online ship to florida

ไม่ระบุชื่อ กล่าวว่า...

buy soma soma show on drug test - online pharmacy reviews soma

ไม่ระบุชื่อ กล่าวว่า...

buy soma canadian online pharmacy+soma - soma of a neuron

ไม่ระบุชื่อ กล่าวว่า...

buy cialis online cialis best price online - buy cialis online discount

ไม่ระบุชื่อ กล่าวว่า...

buy tramadol online tramadol get high off it - buy tramadol spain

ไม่ระบุชื่อ กล่าวว่า...

buy tramadol online tramadol 50 mg norsk - can you buy tramadol online legally

ไม่ระบุชื่อ กล่าวว่า...

buy tramadol tramadol 50 mg buy online - buy tramadol pharmacy

ไม่ระบุชื่อ กล่าวว่า...

order alprazolam xanax side effects suicidal thoughts - what do generic xanax look like

ไม่ระบุชื่อ กล่าวว่า...

generic xanax online non generic xanax - xanax drug alcohol

ไม่ระบุชื่อ กล่าวว่า...

buy tramadol tramadol 50 mg online - ultram tramadol hydrochloride 50mg

ไม่ระบุชื่อ กล่าวว่า...

tramadol online cheap tramadol online usa - tramadol 50mg 180 tablets

ไม่ระบุชื่อ กล่าวว่า...

buy carisoprodol soma carisoprodol wiki - buy carisoprodol online no prescription needed

ไม่ระบุชื่อ กล่าวว่า...

order cialis from canada can you buy cialis over counter - cialis online drugs

ไม่ระบุชื่อ กล่าวว่า...

cialis online canada eli lilly cialis price - buy cialis cheap usa

ไม่ระบุชื่อ กล่าวว่า...

buy cialis online cialis daily results - where to buy cialis online

ไม่ระบุชื่อ กล่าวว่า...

clonazepam drug xanax klonopin and alcohol - buy generic klonopin online

ไม่ระบุชื่อ กล่าวว่า...

klonopin cost klonopin vs clonazepam - klonopin and alcohol side effects

ไม่ระบุชื่อ กล่าวว่า...

clonazepam drug much klonopin get you high - buy klonopin united states

ไม่ระบุชื่อ กล่าวว่า...

klonopin for anxiety green klonopin 93 833 - klonopin dosage pictures

ไม่ระบุชื่อ กล่าวว่า...

cheap carisoprodol carisoprodol 350 mg ingredients - what is carisoprodol 350 mg for

ไม่ระบุชื่อ กล่าวว่า...

oZzy moved away some time ago, I miss his cock, and i am always hungry
for sex.
FUCK MY PUSSY!

Also visit my web site - hcg injections

ไม่ระบุชื่อ กล่าวว่า...

Your aгtiсle fеatures verifіed necеssaгу to me.
It’s extremely еduсational anԁ
yоu're clearly quite educated in this area. You have got opened my personal face to numerous thoughts about this particular subject together with intriquing, notable and reliable written content.

My web site - ambien
Review my weblog ; buy ambien

ไม่ระบุชื่อ กล่าวว่า...

Useful іnfоrmation. Fortunatе me I ԁiscοvered your ωebѕitе unіntentionally, and I
аm stunnеd why thіs cοinсidencе dіd not
сame about in аdvance! Ι bookmarkеd іt.


my homеρage; fda hcg