i have a asp button in a div to right side of page..i want to change the position to the left in the same row dynamically with onchange event of dropdown
i did this way document.getElementById('divButtonGo').style.Paddingleft="80px"....
how to do this with javascript????