jsp:
...
<hbj:button ..... onClick="click".... />
...
JSPDynpage
....
public void onClick(Event event) throws Exception
{
// do s/t reasonable here
}
....
works fine.
Now I want to call the Eventhandler directly via javascript, without any user interaction.. I'd found a solution that should work for bsp's.
The same functions (htmlbevent() and htmlbsubmit() ) are in the js sources, but no description how to use them.
SAP says there is a Javadoc for HTMLB (http://help.sap.com/saphelp_nw2004s/helpdata/de/d6/b00e41a346ef6fe10000000a1550b0/frameset.htm, "Refer to the HTMLB Javadoc description .... for more details"), but I haven't found it so far.
Can someone help me, please?
Regards
Th Paulsen