Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsShowcase → Playing with some javascript at work
Playing with some javascript at work
2005-07-25, 12:12 PM #1
I made a basic calculator, GUI is basic, what do you think? Javascript calls functions from the forum with the variables passed to it and then the function prints the result to the third box.
Attachment: 6303/test.zip (624 bytes)
2005-07-25, 9:05 PM #2
Nice!

Only thing I found that might be unwanted behavior is that numbers are cut off after letters.

So 10a0 + 5 = 15. Stuff like that.
"it is time to get a credit card to complete my financial independance" — Tibby, Aug. 2009
2005-07-26, 5:01 AM #3
Yeah I'll build in a checker script that checks for stuff like letters.
2005-07-26, 6:26 PM #4
Nice, I've worked with some java before, and I probably couldn't do that. lol :D

check my sig... :p
Naked Feet are Happy Feet
:omgkroko:
2005-07-27, 5:23 AM #5
heh you should change the system.out.print to document.write :)

↑ Up to the top!