i have a webpage with a combobox ( http://217.129.245.254/pedro/branco1.htm ) and i want that when i click in a item in the combo-box it opens the page in the IFrame, not to load the page selected in the whole page...how do i do that?
Printable View
i have a webpage with a combobox ( http://217.129.245.254/pedro/branco1.htm ) and i want that when i click in a item in the combo-box it opens the page in the IFrame, not to load the page selected in the whole page...how do i do that?
onchange="if(options[selectedIndex].value){document.getElementById('lol').src = options[selectedIndex].value}"
that should do it!