plik


JavaScript Source Code 3000: Buttons: Up & Down Box Up & Down Box Allows the user to increase and decrease the value in a textbox by clicking up and down buttons. Useful if you would like to allow the user to quickly modify a value in your form. A short script too, just a few lines. JavaScript Source Code 3000: Buttons: Up & Down Box Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!      <!-- ONE STEP TO INSTALL UP & DOWN BOX: 1. Copy the coding into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the BODY of your HTML document --> <BODY> <center> <form> <input type=text name=amount value=5> <input type=button value="up" onClick="javascript:this.form.amount.value++;"> <input type=button value="down" onClick="javascript:this.form.amount.value--;"> </form> </center> <!-- Script Size: 0.45 KB -->

Wyszukiwarka

Podobne podstrony:
up down vertical
Coolio Get Up Get Down
Income Down, Poverty Up (2009)
2002 06 Diald Bring Up or Take Down a Dialup Link on Demand
How To Make Money Shorting Stocks In Up And Down Markets
2008 03 Safer Box Backing Up for Portables with Box Backup
Dave Matthews?nd Sweet Up and Down
Down or up
sysop up
Modemy i technologie Dial Up
Pułapka The Box 2009 cz 1
up krakow jowisz

więcej podobnych podstron