Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
<apex:commandButton action="{!doSomething}" onComplete="doRedirect()" /> <script> function doRedirect() { window.parent.location.href = 'urlgoeshere.com'; } <script>
if you want we can do onComplete open new window.
thanks,
Ramesh