Sunday, 18 September 2011

An adding calculator using java and html

friends, this is something interesting and i hope you will like it.
this is a small program for addition using java and html.
-------------------------------------------------------------------




ABHIMANYUcalculator




Simple Adder





Simple Adder

Enter a number:
Enter a number:


Answer =



Copyright © 2011 ABHIMANYU



----------------------------------------------------------------------------------------
If you like this article then you can directly mail me at:

Send Mail

----------------------------------------------------------------------------------------

small pop-out message code using javascript and html

hello friends,
this is just a small pop-out message code.
what you have to do is just copy the code written below in your notepad, save it and open with your mozilla browser.

------------------------------------------------------------------------------------------------------------
<HTML>
<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -

function MsgBox (textstring) {
alert (textstring) }

// - End of JavaScript - -->
</SCRIPT>

</HEAD>


<BODY>

<FORM>
<INPUT NAME="text1" TYPE=Text>
<INPUT NAME="submit" TYPE=Button VALUE="Show Me" onClick="MsgBox(form.text1.value)">
</FORM>

</BODY>
</HTML>
--------------------------------------------------------------------------------------------------
for further info. you can mail to:
Send mail!