منتديات همسة
سجلات منتدانا افادت بانك غير مسجل لدينا ويتوجب عليك التسجيل لاستخدام كل صلاحيات المنتدى اما لو كنت عضو فى المنتدى فتفضل بالدخول وعرف بنفسك

ادارة منتديات همسة
منتديات همسة
سجلات منتدانا افادت بانك غير مسجل لدينا ويتوجب عليك التسجيل لاستخدام كل صلاحيات المنتدى اما لو كنت عضو فى المنتدى فتفضل بالدخول وعرف بنفسك

ادارة منتديات همسة
منتديات همسة
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.



 
الرئيسيةأحدث الصورالتسجيلدخول

 

 كود الألة الحاسبة الإلكترونية

اذهب الى الأسفل 
كاتب الموضوعرسالة
maro
.
.
maro


الدولة : مصر
ذكر
عدد الرسائل : 469
العمر : 38
رجل اعمال
الهواية : الشعر
نقاط : 1050
السٌّمعَة : 0
تاريخ التسجيل : 23/09/2008

كود الألة الحاسبة الإلكترونية Empty
مُساهمةموضوع: كود الألة الحاسبة الإلكترونية   كود الألة الحاسبة الإلكترونية Empty5/11/2011, 9:27 pm

الألة الحاسبة الإلكترونية



طريقة التركيب



انسخ هذا الكود و ضعه حيث تريد ظهور الآلة الحاسبة


الكود:
 
  <SCRIPT>
function compute(obj)
  {obj.expr.value = eval(obj.expr.value)}
var one = '1'
var two = '2'
var three = '3'
var four = '4'
var five = '5'
var six = '6'
var seven = '7'
var eight = '8'
var nine = '9'
var zero = '0'
var plus = '+'
var minus = '-'
var multiply = '*'
var divide = '/'
var decimal = '.'
function enter(obj, string)
  {obj.expr.value += string}
function clear(obj)
  {obj.expr.value = ''}
                      </SCRIPT>
                      <FONT COLOR="#CC0000" face="Arial"><P><B>الألة الحاسبة
                        الإلكترونية</B></P></FONT>
                        <FORM name="calc">
                        <DIV align="center">
                      <TABLE border="1" bgcolor="#0033CC">
                          <TR>
                            <TD colSpan="4"><INPUT size=30
                              name=expr action="compute(this.form)"></TD></TR>
                          <TR>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, seven)" type=button value="  7  "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, eight)" type=button value="  8  "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, nine)" type=button value="  9  "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, divide)" type=button value="  /  "></P></TD></TR>
                          <TR>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, four)" type=button value="  4  "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, five)" type=button value="  5  "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, six)" type=button value="  6  "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, multiply)" type=button value="  *  "></P></TD></TR>
                          <TR>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, one)" type=button value="  1  "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, two)" type=button value="  2  "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, three)" type=button value="  3  "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, minus)" type=button value="  -  "></P></TD></TR>
                          <TR>
                            <TD bgColor="#000033" colSpan=2>
                              <P><INPUT onclick="enter(this.form, zero)" type=button value="      0      "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, decimal)" type=button value="  .  "></P></TD>
                            <TD bgColor="#000033">
                              <P><INPUT onclick="enter(this.form, plus)" type=button value="  +  "></P></TD></TR>
                          <TR>
                            <TD bgColor="#000033" colSpan=2>
                              <P><INPUT onclick=compute(this.form) type=button value="  =  "></P></TD>
                            <TD bgColor="#000033" colSpan=2>
                              <P><INPUT onclick=clear(this.form) type=reset value=AC>
                              </P></TD></TR></TABLE></DIV></FORM>
                              <P align="center">
                              <FONT face="Courier , New tahoma , erdana, arial, helveticav" size="2"
                              color="#0000FF"><B><A target="_blank" href="http://www.star28.com" style="TEXT-DECORATION: NONE">BY STAR28.com</A></B></FONT></P>
 
 
 
الرجوع الى أعلى الصفحة اذهب الى الأسفل
http://egypt.dynamicbb.com
 
كود الألة الحاسبة الإلكترونية
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتديات همسة :: القسم العام :: اكواد متنوعة-
انتقل الى: