Tuesday 8 September 2015

How to open a page in same tab/window on command button click using JavaScript in Visualforce page

        If you want to open a page in same tab/window on command button won't work in the onclick event. So i would like to suggest use oncomplete event to open a page in same tab.

      Here is the sample code,

  1. <apex:page>
  2.     <script>
  3.     function load()
  4.     {
  5.     window.open("/home/home.jsp""_self");
  6.     }
  7.     </script>

  8.     <apex:form>
  9.         <apex:commandButton value="Close" oncomplete="load();"/>
  10.     </apex:form>
  11.  
  12. </apex:page>

10 comments:

  1. Just saying thanks will not just be sufficient, for the fantasti c lucidity in your writing. I will instantly grab your rss feed to stay informed of any updates.
    360DigiTMG data analytics course hyderabad
    data science courses
    business analytics course

    ReplyDelete
  2. This is a wonderful article, Given so much info in it, These type of articles keeps the users interest in the website, and keep on sharing more ... good luck.
    cloud computing course in indore

    ReplyDelete
  3. Techforce services is a Salesforce Consulting Services in Australia Specializing in delivering end to end Salesforce solutions ,Consulting, Implementation DevOps partners in Australia We deliver applications and services more rapidly and reliably, but it’s more than a methodology – it cuts to the very core. Salesforce Data Analytics let us help you become a data driven organization and ensure your data is working hard for your business, This includes implemention
    Salesforce consulting companies
    Salesforce Services
    Staff augmentation companies
    Salesforce integration companies
    Salesforce Implementation services
    Salesforce Health Check
    Salesforce DevOps
    Managed project services

    ReplyDelete
  4. Some hints for buying outdoor furniture online. These apply to other online purchases as well. sliding glass doors

    ReplyDelete
  5. <a href="https://www.fita.in/google-cloud-training-in-chennai/>Google Cloud Training In Chennai</a>

    ReplyDelete

Activities: Assign Tasks to a Queue Salesforce Lightning

Salesforce announced to assign Tasks to a Queue beginning from Spring'20 release. How does it work? In Setup, enter Queues in th...