Re: Image Buttons in IE

2006-06-06 Thread David Delbecq
Hi, indeed ie does not support properly the value of a html tag. It does send the html-stripped content of button instead of it's value. The best solutions it to add a onClick="someScriptToSetHiddenField("action","add");" http://www.jguru.com/faq/view.jsp?EID=897290 marcus biel (innoWake g

Image Buttons in IE

2006-06-06 Thread marcus biel \(innoWake gmbh\)
Hi, I've got 2 image buttons, they work great in firefox. Internet Explorer doesn't seem to support the value tag - and therefor I get submitted an empty String. Any idea, how I could get this to run for Internet Explorer? (I think I found a solution for regular forms, but I am using a DynaAct