-
-
DevelopPlus.net
ขายสคริปต์เว็บไซต์ลงประกาศสินค้า
-
SiamACT.com
เวปไซต์ที่ให้คุณโฆษณาตนเอง
ขายสคริปต์เว็บไซต์ลงประกาศสินค้า
หากว่าคุณต้องการมีเว็บไซต์ลงประกาศสินค้าเป็นของตนเอง
แต่ว่าคุณไม่มความรู้เรื่องการติดตั้งเว็บ ไม่อยากเช่า hosting
โปรดติดต่อมาหาเรา ทางเราจะให้บริการปัญหาเหล่านี้กับท่าน
เวปไซต์ที่ให้คุณโฆษณาตนเอง
SiamACT.com เป็นเวปไซต์ที่ให้คุณสามารถโปรโมท หรือโฆษณาตนเองได้ตามต้องการ
หากคุณมีวิดีโอเกี่ยวกับตัวคุณอยู่แล้วใน YouTube.com และต้องการโฆษณาให้เป็นที่แพร่หลาย
SiamACT.com จะเป็นสื่อกลางของวิดีโอคลิบเหล่านี้
-
-
-
method:focus ();
return type:void
content:ใช้กำหนดให้ radio ได้รับ focus
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.focus();
-
method:blur ();
return type:void
content:ใช้กำหนดให้ radio สูญเสีย focus
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.blur();
-
method:click ();
return type:void
content:ใช้กำหนดให้ เหมือนมีการ click ที่ radio
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.click();
-
method:select ();
return type:void
content:ใช้กำหนดให้ มีแถบสีคลุมที่ radio
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.select();
-
property:name;
return type:string, void
content:ใช้ในการกำหนดค่า หรือคืนค่า name ของ radio
example:var tagRadio = document.getElementById ( "bamboo" );
alert ( tagRadio.name );
-
property:id;
return type:string, void
content:ใช้ในการกำหนดค่า หรือคืนค่า id ของ radio
example:var tagRadio = document.getElementById ( "bamboo" );
alert ( tagRadio.id );
-
property:type;
return type:string, void
content:ใช้ในการกำหนดค่า หรือคืนค่า type ของ radio
example:var tagRadio = document.getElementById ( "bamboo" );
alert ( tagRadio.type );
-
property:value;
return type:string, void
content:ใช้ในการกำหนดค่า หรือคืนค่า value ของ radio
example:var tagRadio = document.getElementById ( "bamboo" );
alert ( tagRadio.value );
-
property:form;
return type:form
content:ใช้คืนค่า form element ของ radio
example:var tagRadio = document.getElementById ( "bamboo" );
alert ( tagRadio.form );
-
property:size;
return type:string, void
content:ใช้ในการกำหนดค่า หรือคืนค่า ขนาด ของ radio
example:var tagRadio = document.getElementById ( "bamboo" );
alert ( tagRadio.size );
-
property:checked;
return type:boolean, void
content:ใช้ในการตรวจสอบ หรือกำหนดค่า ว่ามีการ check ที่ radio หรือไม่
example:var tagRadio = document.getElementById ( "bamboo" );
if ( tagRadio.checked )
{
alert ( "radio be checked" );
}
-
property:defaultChecked;
return type:boolean, void
content:ใช้ในการตรวจสอบ หรือกำหนดค่า default checked ของ radio
example:var tagRadio = document.getElementById ( "bamboo" );
if ( tagRadio.defaultChecked )
{
alert ( "radio be checked by default" );
}
-
property:readOnly;
return type:boolean, void
content:ใช้ตรวจสอบ หรือกำหนดว่า radio ใช้อ่านอย่างเดียวใช่หรือไม่ คือไม่สามารถเปลี่ยนแปลงข้อมูลภายในได้
example:var tagRadio = document.getElementById ( "bamboo" );
if ( tagRadio.readOnly )
{
alert ( "can not change data in radio" );
}
-
property:tabIndex;
return type:string, void
content:ใช้ในการกำหนดค่า หรือคืนค่า ลำดับการได้รับ focus ของ radio เมื่อกดปุ่ม tab
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.tagIndex = "5";
-
property:accessKey;
return type:string, void
content:ใช้ในการกำหนดค่า หรือคืนค่า คีย์ลัด ( จากการกดปุ่ม alt + key )
example:var tagRadio = document.getElementById ( "bamboo" );
alert ( tagRadio.accessKey );
-
property:disabled;
return type:boolean, void
content:ใช้ตรวจสอบ หรือกำหนดค่า ว่าจะให้ radio นี้ทำงานหรือไม่
example:var tagRadio = document.getElementById ( "bamboo" );
if ( tagRadio.disabled )
{
alert ( "radio is not enabled" );
}
-
property:accept;
return type:string, void
content:ใช้กำหนดค่า หรือคืนค่า ชนิดของเนื้อหาที่จะส่งไป server
example:var tagRadio = document.getElementById ( "bamboo" );
alert ( tagRadio.accept );
-
property:align;
return type:string, void
content:ใช้กำหนดค่า หรือคืนค่า ตำแหน่งข้อความ ภายใน radio
โดยค่าข้อมูลที่เป็นไปได้ คือ right, left, center
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.align = "right";
-
property:alt;
return type:string, void
content:ใช้กำหนดค่า หรือคืนค่า ข้อความที่ใช้แสดง ในกรณีที่ browser ไม่สนับสนุน object นี้
example:var tagRadio = document.getElementById ( "bamboo" );
alert ( tagRadio.alt );
-
property:onfocus = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อ radio ได้รับ focus
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.onfocus = function()
{
alert ( "radio gain focus" );
}
-
property:onblur = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อ radio สูญเสีย focus
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.onblur = function()
{
alert ( "radio loss focus" );
}
-
property:onclick = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อ radio ถูก click
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.onclick = function()
{
alert ( "radio be clicked" );
}
-
property:onselectedstart = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อ มีการเริ่มต้นลากแถบสีเลือกข้อความบน radio
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.onselectedstart = function()
{
alert ( "radio be start selected" );
}
-
property:onselect = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อมีการลากแถบสีคลุมข้อความใน radio
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.onselect = function()
{
alert ( "radio be selected" );
}
-
property:onchange = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อ ข้อมูลใน radio เปลี่ยนแปลง
example:var tagRadio = document.getElementById ( "bamboo" );
tagRadio.onchange = function()
{
alert ( "radio be changed" );
}