![]() |
|
|
+ Search |
![]()
|
Mar 31st, 2000 11:20
Martin Honnen,
Client side you get a unique number if you take the actual Date's time in milliseconds i.e. var number = new Date().getTime(); Note however if you submit this time to a server side application that there are (low) chances that two different clients submit the same number.