亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

父窗口獲取彈出子窗口文本框的值

 更新時間:2006年06月27日 00:00:00   作者:  
<script defer>
function browser.onclick(){
var nW = window.open("","","width=170,height=200");
nW.moveTo(300,100);
nW.document.write("<script defer>\r"+
"var m=true;\r"+
"function insert.onclick(){\r"+
"if(m){\r"+
"opener.atext.value=btext.value;\rm=false;"+
"}else{\r"+
"opener.atext.value+='\-'+btext.value;\r"+
"}\r}\r"+
"<\/script>\r"+
"<input name=btext value=111111 size=10 style='BACKGROUND: #ffffff; BORDER-BOTTOM: #0A3EAE 1px solid; BORDER-LEFT: #0A3EAE 1px solid; BORDER-RIGHT: #0A3EAE 1px solid; BORDER-TOP: #0A3EAE 1px solid'>\r"+
"<input type=button value=選擇 name=insert style='background-color: #EBF5FC; border: 1px solid #0099CC'>");
}
</script>
<textarea name="atext" cols="60" rows="4" ></textarea>
<input type=button value=選擇參數(shù) name=browser style="background-color: #EBF5FC; border: 1px solid #0099CC">

相關文章

最新評論