It sounds more difficult than "just use a regular expression". If it would work to select each checkbox yes/no randomly independently, you could probably do that with regular expressions and the random function. If you need specifically to turn any "4" on, and only 4, I don't see a way of doing that without, say, writing a beanshell script
-Mike On Thu, 2005-03-31 at 20:47 -0800, suneetha suneetha wrote: > Hi Why don't u use Regular Expressions > > Ghananeel Gondhali <[EMAIL PROTECTED]> wrote:Is there a way to randomly > select a fixed number of checkboxes. > > i got 9 checboxes, i want the script to select any 4 of them. Is there a way > other than declaring it in some file ? > > regards, > Raj > > > --------------------------------- > Do you Yahoo!? > Better first dates. More second dates. Yahoo! Personals > > > --------------------------------- > Yahoo! Messenger > Show us what our next emoticon should look like. Join the fun. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

