You need to sign in to do that
Don't have an account?
vamsi krishna 106
Is it ok to call the action and onclick event on command button at a time in visualforce..?
hey guys please help..this..
<apex:commandbutton action="{!page2}" onclick="return conrimnew(event)" value="confirm"/>
but here i need to open one confirm box..if it is ok then i need to execute the apex method .please help me guys..for first time it's working good..but at first time if i cancel and then for next time if i ok..i am not able to call the apex method..please help me.guys..
Thanks
VamsiKrishna
<apex:commandbutton action="{!page2}" onclick="return conrimnew(event)" value="confirm"/>
but here i need to open one confirm box..if it is ok then i need to execute the apex method .please help me guys..for first time it's working good..but at first time if i cancel and then for next time if i ok..i am not able to call the apex method..please help me.guys..
Thanks
VamsiKrishna
Hope this helps!