Hi,
by pushing a button/image I want to navigate to another page using "onClick" and navigation->goto_page('nextpage.htm') which works fine with the onInputProcessing event handler.
Now, in addition I need to fire a Clientevent to call a javascript to refresh my side, from where I start to navigate which works also fine.
But it looks like only one of the to events are working.
I can either refresh my startpage (onClientClick) but then navigation to the next page will not work, or I can naviagte to the next page (onClick) but then refresh of startpage with Javascript will not work.
Any idears or hints are appreciated. Thx a lot and regards from
Michael