i got to 2 onchange events...how can i mix them?
<select name="resp" onChange="enableDisable
(this,'listbox2','listbox1','listbox3','closhour','closhour1')" onChange="if (this.selectedIndex == 3
) { if(!confirm('you pick 3?')) this.selectedIndex=this.oldIndex}; if (this.selectedIndex == 4 ) { if(!
confirm('you pick 4?')) this.selectedIndex=this.oldIndex}"
onFocus="this.oldIndex=this.selectedIndex">
this way it not working...![]()



Reply With Quote


Bookmarks