My Linux Guide
  • Home
Sign in Subscribe

Web Snipetts

A collection of 1 post
Web Snipetts

Combobox On change

If you need to get a value for the selected item in a combo box you can use the following function : onchange=”alert(this.options[this.selectedIndex].text) if you need the value then just replace text with value . For example, if you want to redirect the page based on
May 11, 2010
Page 1 of 1
My Linux Guide © 2025
Powered by Ghost