View Single Post
08-20-2008, 12:18 PM
#3
shilpamg is offline shilpamg
Status: Member
Join date: Aug 2008
Location:
Expertise:
Software:
 
Posts: 101
iTrader: 0 / 0%
 

shilpamg is on a distinguished road

  Old

Originally Posted by dynamic313 View Post
something like this should work:
PHP Code:
var randomnumber=Math.floor(Math.random()*101
(the 101 means it will be a number between 0-100 just change 101 for whatever you need)
Thanks
But i need the javascript code.