RE: [ cf-dev ] OT: javascript help needed

2003-04-03 Thread Peter Dray
Thanks guys, all sorted now! -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]

Re: [ cf-dev ] OT: javascript help needed

2003-04-03 Thread duncan . cumming
[EMAIL PROTECTED]> c.com> cc: Subject: [ cf-dev ] OT: javascript help needed

RE: [ cf-dev ] OT: javascript help needed

2003-04-03 Thread Aidan Whitehall
I have a multiple select box that starts empty. I need an onClick event that adds an option to the select box (the user will be clicking on a text link) up to a maximum of three options. Look into new Option(). The code below loops through an array called category and adds to a drop-

[ cf-dev ] OT: javascript help needed

2003-04-03 Thread Peter Dray
Can anyone tell a javascript moron how to do this: I have a multiple select box that starts empty. I need an onClick event that adds an option to the select box (the user will be clicking on a text link) up to a maximum of three options. All help much needed and gratefully accepted. Pete --