Hi,
struts2 <s:select/>How to get a option item which can invoke a
javascript-function?

the final HTML code show to browser is like following:
<select name="redirect-select">
<option value="http://www.cnn.com";>cnn</option>
<option value="http://www.bbc.com";>bbc</option>
<option value="http://www.facebook.com";>book</option>
<option value="more website" onclick="javascript:alert('invoke another
action, get more website');">more website</option>
</select>

how to get the last option item?
<option value="more website" onclick="javascript:function();">more
website</option>
it can invoke a action or redirect another URL?
It's Ajax Tag can do this?

-- 
BestRegards,
Mead
http://yayisoft.com

Reply via email to