This institute placed in Hardoi Up & It is the hub of Tally, CCC and O level. This is best blogger site to learn about to computer courses like:- Adca, Dca, Pgdca, CCC, O level, Dtp, Tally, Gst, Etc. You can contact us for more query on my contact no:- 9026728220, 8423606968.
Labels
- Artificial Intelligence (2)
- CCC EXAM NOTES (52)
- computer ki important jankariyan (55)
- Computer Notes (23)
- COMPUTER TIPS (28)
- computer tricks (38)
- CSS O LEVEL (43)
- Gst (1)
- HTML (2)
- IOT (4)
- IOT MCQs (1)
- IT Tools (21)
- Javascript (4)
- Libreoffice (12)
- M2R5 (O level) CSS (32)
- mobile tricks (10)
- O level (63)
- O level Notes (59)
- O level Practical (2)
- O level Project (44)
- PDF Tricks (2)
- Python program (22)
- Python Program List (3)
- ROCHAK JANKARIYA (39)
- Tally Gst (1)
- Tricks & Tips (20)
- Tricks and Tips (17)
- Viva O (1)
- Viva O Level (2)
- What is ? (1)
- Windows Tricks (11)
Information & Technology Computer Institution's
In front of Gandhi Bhawan, Numaish Chauraha Hardoi.
☎ +91 9026728220, +91 8423606968
Please Subscribe My YouTube Channel
Monday, February 03, 2025
Program No 4- Gas Detect Arduino Program #Howto #Youtube #ITCIComputerHa...
int red=6;
Labels:
IOT,
Viva O Level
![](http://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYT7AQ9ko1sBi7OfdqbxZWSCaovHBesgO_is6PfmFDBfYhP0Iaw3dnWFLCQYCjC4COypSSM7piBFbEPQ1bbtMFju16kslfGZ_o1OJNmqIrItoSNAZcyy3XdlWjaeYccKBF__frRKqfnOkarN98OVbmSsUakXFr0HBio0JhBb-xtWYmCWM/s220/197499248_2112689568883217_5025428309232588150_n-removebg-preview-removebg-preview%20(1).png)
Sunday, November 24, 2024
जावास्क्रिप्ट और इसके अनुप्रयोग- Part 1 #Howto #Youtube #ITCIComputerHar...
पार्ट 1
![](http://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYT7AQ9ko1sBi7OfdqbxZWSCaovHBesgO_is6PfmFDBfYhP0Iaw3dnWFLCQYCjC4COypSSM7piBFbEPQ1bbtMFju16kslfGZ_o1OJNmqIrItoSNAZcyy3XdlWjaeYccKBF__frRKqfnOkarN98OVbmSsUakXFr0HBio0JhBb-xtWYmCWM/s220/197499248_2112689568883217_5025428309232588150_n-removebg-preview-removebg-preview%20(1).png)
Friday, June 07, 2024
Calculator Practical & Project (O Level)
Calculator Practical & Project (O Level)
<html>
<head>
</head>
<body>
<center>
<h1>Calculator</h1>
<caption>ITCI Computer Hardoi</caption></center><br>
<script>
function insert(num){
document.form.textView.value=document.form.textView.value+num;
}
function equal(){
var exp = document.form.textView.value;
if(exp){
document.form.textView.value=eval(document.form.textView.value);
}
}
function c(){
document.form.textView.value=" ";
}
</script>
<center>
<div style="border:2px groove red;width:140;background:pink;border-radius:4px">
<form name="form">
<input type="text" name="textView"style="width:140px;height:30px;background:seagreen;border:2px solid green;color:white;"><br><br>
<input type="button" value="1" onclick="insert(1)"/>
<input type="button" value="2" onclick="insert(2)"/>
<input type="button" value="3" onclick="insert(3)"/>
<input type="button" value="+" onclick="insert('+')"/>
<br><br>
<input type="button" value="4" onclick="insert(4)"/>
<input type="button" value="5" onclick="insert(5)"/>
<input type="button" value="6" onclick="insert(6)"/>
<input type="button" value="-" onclick="insert('-')"/>
<br><br>
<input type="button" value="7" onclick="insert(7)"/>
<input type="button" value="8" onclick="insert(8)"/>
<input type="button" value="9" onclick="insert(9)"/>
<input type="button" value="*" onclick="insert('*')"/>
<br><br>
<input type="button" value="0" onclick="insert(0)"/>
<input type="button" value="/" onclick="insert('/')"/>
<input type="button" value="=" onclick="equal()"/>
<input type="button" value="C" onclick="c()"/>
<br><br>
<img src="D:\logo\best logo new.PNG"width="30"height="20">
</form>
</div>
</center>
</body>
</html>
Labels:
O level Practical,
O level Project
![](http://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYT7AQ9ko1sBi7OfdqbxZWSCaovHBesgO_is6PfmFDBfYhP0Iaw3dnWFLCQYCjC4COypSSM7piBFbEPQ1bbtMFju16kslfGZ_o1OJNmqIrItoSNAZcyy3XdlWjaeYccKBF__frRKqfnOkarN98OVbmSsUakXFr0HBio0JhBb-xtWYmCWM/s220/197499248_2112689568883217_5025428309232588150_n-removebg-preview-removebg-preview%20(1).png)
Subscribe to:
Posts (Atom)