Showing posts with label calculated script. Show all posts
Showing posts with label calculated script. Show all posts

Sunday, 30 June 2013

Make a weekday calculator in VBScript

   

*This is another hta file which will tell you the weekday of the date you specified.
The code is a little complex so when I looked at the code after making this, even I had difficulty in understanding the code. I took the formula from the internet and this program is tested so you can be hundred percent sure this program is accurate. :)


To make the program just save the following code with a .hta file extension using notepad.


Caution : Modifing codings will damage your data so dont modify the codings..


Remember to leave your rating! and subscribe us if u like .... (Y)

Continue Reading →


 Make a simple calculator in HTML using VBScript



  
*This is a very simple calculator made with HTML and coded with VBScript. This hta file simply evaluates the expression in the text box. The expression can be entered using the mouse to click the buttons or else from the keyboard. To prevent the chance of invalid data being entered, only numerical keys and the signs are allowed on the keyboard. Also you can use Enter key to evaluate the expression and C to clear the text box.
To make the calculator just save the following code with a .hta extension using notepad. Hope this code helps you improve your scripting! Happy Hacking..




Continue Reading →