Hi Karen,
I came across your post now, let me know if you are still looking for an answer (hopefully you kept reading SDN) - got a way to do so.
Regards,
Max
see OnChange Event for inputField for a proper solution. there is no need for a dirty hack like proposed by some people...
regards
nicola
In MS Internet Explorer you can use the "named script" like this:
<htmlb:inputField id = "Inp123" value = "//model/edit_wa.pvo_ad_1"/> <script for="Inp123" event=onchange type="text/javascript"> YourJavaScriptFunc( this ); </script>
Don't know if this works in other browsers too.
Thilo
hi all
I just finished my second article on this subject. The first covers the issue using on JSP and EP 6.0:
http://variant.ch/phpwiki/WikiBlog/2005-01-31
the second article shows how to deal with the problem using BSP on SAP R/3 WAS:
http://variant.ch/phpwiki/WikiBlog/2005-02-01
I hope this helps anyone.
regards
nicola
Add a comment