كود:
<html dir="rtl">
<div align="center">
<table border="0">
<tr>
<td><form method="POST" name="t">
<table border="1" bordercolorlight="#4576B8" cellspacing="1" bordercolordark="#355A8C" bgcolor="#4576B8">
<tr>
<td valign="middle" width="150"
bgcolor="#4576B8" height="30" align="right" style="text-indent: 6"><b>
<font color="#FFFFFF" face="Arial">عرض شاشتك:</font></b></td>
<td><input type="text" size="20"
name="t1" value=" لا يدعم"></td>
</tr>
<tr>
<td valign="middle" width="150"
bgcolor="#4576B8" height="30" align="right" style="text-indent: 6"><b>
<font color="#FFFFFF" face="Arial">طول شاشتك:</font></b></td>
<td><input type="text" size="20"
name="t2" value=" لا يدعم"></td>
</tr>
<tr>
<td valign="middle" width="150"
bgcolor="#4576B8" height="30" align="right" style="text-indent: 6"><b>
<font color="#FFFFFF" face="Arial">عمق ألوان شاشتك:</font></b></td>
<td><input type="text" size="20"
name="t3" value=" لا يدعم"></td>
</tr>
<tr>
<td valign="middle" width="150"
bgcolor="#4576B8" height="30" align="right" style="text-indent: 6"><b>
<font color="#FFFFFF" face="Arial">عمق شاشتك بالبكسل: </font></b></td>
<td><input type="text" size="20"
name="t4" value=" لا يدعم"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
<p align="left">
<script>
<!--
function show(){
if (dcidocument.all||dcidocument.getElementById||dcidocument.layers){
dcidocument.t.t1.value=screen.width
dcidocument.t.t2.value=screen.height
dcidocument.t.t3.value=screen.colorDepth
dcidocument.t.t4.value=screen.pixelDepth
}
}
show()
//-->
</script>