• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dropdown from the left

scoutch29

Junior Member
Hi,

would someone know how to convert the left side (textbox) into the same thing as the right has (select box) also by modifying the JS code from the example of this URL:
http://www.mredkj.com/tutorials/tableaddrow.html
?
It would be a really good feature to have if two select options were used from side-to-side rather than a textbox and a select list.
 
var sel=document.getElementById("txtRow1");
document.getElementById('chkValidateOnKeyPress').value = sel.Options[sel.selectedIndex].value;
 
Thanks for replying but what would be the code to replace and where in the code if you don't mind telling me ... ?
 
Back
Top