Kayıtlar

Mayıs, 2023 tarihine ait yayınlar gösteriliyor

Simple Html Calculator

<html><head> <script language="javascript"> <!-- START OF SCRIPT --> <!-- HOW TO INSTALL 7 FUNCTION CALCULATOR: FOR S.D.B. --> <!-- 1. Paste the coding into the HEAD of your HTML document --> <!-- 2. Put last coding into the BODY section of document --> <!-- newEdit:dudukadinshoppingdistrict@gmail.com --> <!-- Newedit Explanation:There tree function have been added this script --> <!-- Newedit Explanation: functions have been added and rebuilt this script --> <!-- Newedit Explanation:There is no D.B's System functions --> <!-- Newedit Explanation:Original script can be change and rebuilt --> <!-- Newedit Explanation: added this script --> <!-- Begin the script and adding values --> function ftoplam() { a=eval(form.a.value); b=eval(form.b.value); anstoplam=a+b; form.toplam.value = anstoplam; } <!-- second function -->