Click to See Complete Forum and Search --> : removing an option


Webskater
08-02-2004, 05:09 AM
I want to remove an option from a select box.

I have tried:

DocumentName.FormName.BoxName.options.remove[2]

but it doesn't work - although as far as I can see from the MSDN library it should.

Can anyone tell me how to do this please. Thanks for any help.

Webskater
08-02-2004, 05:28 AM
Please ignore, I would have deleted this but the forum software will not allow me to delete any posts.

Pittimann
08-02-2004, 05:33 AM
Hi!

Did you find the solution then? If not, I can tell you.

Concerning the deletion: just edit the post. On top of the edit window, you will find an option to delete the post. If it is your own thread and you delete the very first post, the entire thread will be deleted.

Cheers - Pit

Webskater
08-02-2004, 07:29 AM
Thanks, I did find the solution - round brackets instead of the square brackets you use when you refer to options elements.