Textbox

What is the best way to display additional details associated with a dropdown selection?

What is the best way to display additional details associated with a dropdown selection?
  1. How to activate a TextBox if I select an other option in drop down box?

How to activate a TextBox if I select an other option in drop down box?

When an item (option) is selected in DropDownList (HTML SELECT), the EnableDisableTextBox JavaScript function is executed. Inside this function, based on whether the Other option (item) is selected, the TextBox will be enabled else disabled. The HTML Markup consists of a DropDownList (HTML SELECT) and a TextBox.

Best practice for tab contents in a web application
What is tabbed content on a website?How many tab states should we design for a tab bar?When should tabs be used? What is tabbed content on a website...
How to display that there is important information in an information pop-up
What should a pop up contain?How do you write a pop up message?Why pop up is important?What is the pop up message? What should a pop up contain?Typi...
Search should show a warning when writing less than X numbers of characters in order to display result?
How do you set a number limit in HTML?How do I make HTML input tag only accept character values?Does input type text allow numbers? How do you set a...