Fulltext results:
- Dice Roller @blog:2009
- ller ====== I programmend a small dice roller in javascript. You enter the number of dice, sides and the offs... ext" name="r" size="4"/> </form> </code> ===== Javascript Code ===== <code javascript> function roll() { var count = parseInt(document.rolldice.n.value); var side... =n; document.rolldice.s.value=s; document.rolldice.o.value=o; roll(); } </code> {{tag>dice javascript}}
- Travian Village Planner - Tribe & Village Name @blog:2009
- check it out here: * [[http://travian.andunix.net/village-planner/index.html]] {{tag>javascript travian}}
- Travian Village Planner @blog:2009
- two clicks * Village Name - add another parameter which is shown as village name {{tag>javascript travian}}