|
|
|
ผมสร้างฟอร์มรับข้อมูลด้วยจาวาได้แค่ช่องเดียว แต่ทำอีกช่องไม่ได้ |
|
|
|
|
|
|
|
-ผมต้องการสร้างฟอร์มรับนข้อมูลด้วยจาวา
ผมทำได้แค่ช่องเดียวในการรับข้อมูล สามารถใส่สี ตัวหนา ตัวเอียง ทำได้แล้ว แต่พอเพิ่มอีกหนึ่งช่องสำหรับเพิ่มข้อมูลอีกแต่ทำไม่ได้ครับ พอเวลารัน ผมสามารถนำเม้าส์ไปคลิกได้ที่ช่องแรก แต่พอไปคลิกที่ช่องที่ 2 มันไม่ยอมให้คลิก ใครพอทราบบ้างครับ
หมายเหตุ - ที่ผมใช้จาวาเขียนรับค่าผ่านฟอร์ม เพราะผมต้องการให้พิมพ์ข้อมูลแล้วเลือกสีได้เหมือนกับในการตั้งกระทู้แบบนี้หล่ะครับ
โค้ดที่ผมเขียน
ชุดที่ 1 เป็นของช่องรับข้อมูลแรก
<script LANGUAGE="JavaScript">
<!--
var isHTMLMode=false
function document.onreadystatechange()
{
idContent.document.designMode="On"
}
function cmdExec(cmd,opt)
{
if (isHTMLMode){alert("Please uncheck 'Edit HTML'");return;}
idContent.document.execCommand(cmd,"",opt);idContent.focus();
}
function Save()
{
//alert(idContent.document.body.innerHTML);
document.form1.number.value=idContent.document.body.innerHTML;
document.form1.submit();
}
function foreColor()
{
var arr = showModalDialog("selcolor.htm","","font-family:Verdana; font-size:12; dialogWidth:30em; dialogHeight:34em" );
if (arr != null) cmdExec("ForeColor",arr);
}
</script>
ชุดที่ 2 เป็นของช่องรับข้อมูล2
<script LANGUAGE="JavaScript">
<!--
var isHTMLMode=false
function document.onreadystatechange()
{
idContent.document2.designMode="On"
}
function cmdExec(cmd,opt)
{
if (isHTMLMode){alert("Please uncheck 'Edit HTML'");return;}
idContent.document2.execCommand(cmd,"",opt);idContent2.focus();
}
function Save()
{
//alert(idContent.document.body.innerHTML);
document.form1.number2.value=idContent2.document.body.innerHTML;
document.form1.submit();
}
function foreColor()
{
var arr = showModalDialog("selcolor.htm","","font-family:Verdana; font-size:12; dialogWidth:30em; dialogHeight:34em" );
if (arr != null) cmdExec("ForeColor",arr);
}
</script>
คำสั่งในส่วนของ ฟอร์ม
<iframe width="200" id="idContent" height="25" marginheight="0" marginwidth="0" ></iframe>
<input name="number" type="hidden" id="number" />
<iframe width="200" id="idContent2" height="25" marginheight="0" marginwidth="0" ></iframe>
<input name="number2" type="hidden" id="number" />
Tag : - - - -
|
|
|
|
|
|
Date :
30 ธ.ค. 2550 10:17:59 |
By :
กระต่าย |
View :
1666 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|