You need to sign in to do that
Don't have an account?
shra1_dev
how to create a back button which takes to the previous page
Hi developers,
How to create a back button which takes to the previous visualforce page?
I tried using :
<apex:commandbutton value="back" onclick="window.location(-1);">
and
<apex:commandbutton value="back" onclick="history.goback(-1);">
by above tags the same page is loaded once again.
help me......
Tryout this syntax : <apex:commandbutton value="back">
Hope this helps.
I have the same question which i need to resolve.
Please help me..