جميع الحقوق محفوظة
<!-- TWO STEPS TO INSTALL 5 FUNCTION CALCULATOR:
1. Paste the coding into the HEAD of your HTML ********
2. Add the last code into the BODY of your HTML ******** -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML ******** -->
<html>
<HEAD>
<meta **********="Content-Type" content="text/html; charset=windows-1256">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.********">
<title>شبكة الضيافة - d1d.net </title>
<BODY>
<span lang="ar-sa">جميع الحقوق محفوظة @شباب رفح فلسطين</span><CENTER>
<FORM name="formx"><input type=text size=4 value=12 name="a">
<input type="button" value=" + " onClick="a_plus_b(this.form)">
<input type="button" value=" - " onClick="a_minus_b(this.form)">
<input type="button" value=" x " onClick="a_times_b(this.form)">
<input type="button" value=" / " onClick="a_div_b(this.form)">
<input type="button" value=" ^ " onClick="a_pow_b(this.form)">
<input type="number" size=4 value=3 name="b"> = <input type "number" value=0 name="ans" size=9>
</FORM>
</CENTER>
<!-- ****** Size: 1.72 KB -->
</html>