From: SimoRed on 23 Jan 2008 17:21 Hi, I have a combobox with a list of links and I want to redirect (after confirming it) to a link with onChange. I use: onChange="if (confirm('do you want to redirect?')) { window.location.href='yespage.asp'}; I have this problem: if I change and confirm=true the list in combobox is selected, but i don't succeed in return to previous value if on confirm i choose "no". Hoping my english is no too bad :-) Thanks! Simo - Italy
From: Thomas 'PointedEars' Lahn on 23 Jan 2008 19:32 SimoRed wrote: > I have a combobox There is no such thing as a combobox in HTML. > with a list of links and I want to redirect (after > confirming it) to a link with onChange. Bad idea. Use a styled `ul' element instead. PointedEars
|
Pages: 1 Prev: DOM Scripting Not Working In IE Next: TextArea Horizontal Scrolling |