Computer Science, asked by savvys441, 11 months ago

what are the options available when the delete dropdown button is clicked​

Answers

Answered by Rijul63
2

Answer:

Delete (Remove) selected Item (Option) from DropDownList using JavaScript

The following HTML Markup consists of an HTML DropDownList (DropDown) control and a Button.

When the Button is clicked, the DeleteValues JavaScript function is executed. Inside this function, a loop is executed over the DropDownList (DropDown) items (options) and the selected item (option) of the HTML DropDownList (DropDown) control is removed (deleted).

Explanation:

Refer the attachment brainly

Hope it helps you

Please mark me brainlist

Attachments:
Similar questions