- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
This is one method...
// form1.page1.subform1.randomNumber::initialize - (JavaScript, client)
this.rawValue = Math.random() * (999999 - 1) + 1;
See https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Objects/Math/Random
Steve
Views
Replies
0 Likes
Total Likes