العربية
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--把如下代码加入到<body>الشخصية- -> <script language="JavaScript"> <!-- إخفاء var red=0; فار أخضر=0; فار الأزرق = 0؛ قيمة فار = 0; var Convert = new Array() var hexbase= new Array("0"، "1"، "2"، "3"، "4"، "5"، "6"، "7"، "8"، " 9"، "أ"، "ب"، "ج"، "د"، "ه"، "و")؛ for (x=0; x<16; x++){ for (y=0; y<16; y++){ تحويل[قيمة]= hexbase[x] + hexbase[y]; value++; } } function Clear(){ document.color.bl.value= blue; document.color.rd.value= أحمر; document.color.gr.value= أخضر; } عرض الدالة(){ redx = تحويل[أحمر] greenx = تحويل[أخضر] bluex = تحويل[أزرق] var rgb = "#"+redx+greenx+bluex; document.color.rgbdspl.value= rgb; document.bgColor =rgb; } وظيفة upred(x){ if ((red+x)<=255) red+=x document.color.rd.value= red; Display() } function downred(x){ if ((red-x)>=0) red-=x document.color.rd.value= red; Display() } function upgreen(x){ if ((green+x)<=255) green+=x document.color.gr.value= green; Display() } function downgreen(x){ if ((green-x)>=0) green-=x document.color.gr.value= green; Display() } function upblue(x){ if ((blue+x)<=255) blue+=x document.color.bl.value= blue; Display() } function downblue(x){ if ((blue-x)>=0) blue-=x document.color.bl.value= blue; Display() } // تم الاختباء --> </script> <form name="color"> <table align="center"> <tr align="Center"> <td width="52"> <input name ="red" type = "button" value = " +50 " onClick = "upred (50)"> </td> <td width = "58"> <input name = "red2" type = "button" value= " + 10 " onClick = "upred (10)"> </td> <td width = "46"> <input name = "red2" type = "button" value = " + 1" onClick = "upred (1) "> </td> <td width="52"><font color="#FF0000" size=+3><b><font color="#FA0000"face="楷体_GB2312">红</font </b></font></td> <td width="46"> <input name="red-" type="button" value=" - 1" onClick="downred(1)"> < /td> <td width = "58"> <input name = "red-" type = "button" value = " - 10 " onClick = "downred (10)"> </td> <td width = "52" > <input name = "red-" type = "button" value = " -50 " onClick = "downred (50)"> </td> <td width = "29"> <input type = "text" name= "rd" size=3> </td> </tr> <tr align="Center"> <td width="52"> <input name="green" type="button" value=" +50 " onClick ="upgreen(50)"> </td> <td width = "58"> <input name = "green" type = "button" value = " + 10 " onClick = "upgreen (10)"> </td > <td width = "46"> <input name = "green" type = "button" value = " + 1" onClick = "upgreen (1)"> </td> <td width = "52"> <font color="#00FF00" size=+3><b><font color="#00FA00"face="楷体_GB2312">绿</font></b></font></td> <td width ="46"> <input name = "green-" type = "button" value = " - 1" onClick = "downgreen (1)"> </td> <td width = "58"> <input name = " أخضر-" type="button" value=" - 10 " onClick="downgreen(10)"> </td> <td width="52"> <input name="green-" type="button" value= " -50 " onClick = "downgreen (50)"> </td> <td width = "29"> <input type = "text" name = "gr" size = 3> </td> </tr> < tr محاذاة = "المركز"> <td width = "52"> <input name = "blue" type = "button" value = " +50 " onClick = "upblue (50)"> </td> <td width= "58"> <input name = "blue" type = "button" value = " + 10 " onClick = "upblue (10)"> </td> <td width = "46"> <input name = "blue" type="button" value=" + 1" onClick="upblue(1)"> </td> <td width="52"><font color="#0000FF" size=+3><b><font color="#0000FA"face="楷体_GB2312">蓝</font></b></font></td> <td width="46"> <input name="blue-" type=" زر" value = " - 1" onClick = "downblue (1)"> </td> <td width = "58"> <input name = "blue-" type = "button" value = " - 10 " onClick = "downblue(10)"> </td> <td width = "52"> <input name = "blue-" type = "button" value = -50 " onClick = "downblue (50)"> </td > <td width = "29"> <input type = "text" name = "bl" size = 3> </td> </tr> <tr align = "Center"> <td width = "52"> < /td> <td width = "58"> </td> <td width = "46"> </td> <td width = "52"> <input type = "text" name = "rgbdspl" size = 7 > </td> <td width = "46"> </td> <td width = "58"> </td> <td width = "52"> </td> <td width = "29"> < /td> </tr> </table> <div align="center"></div> <div align="center"></div> </form>