function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chandan kumar 99chandan kumar 99 

In Visualforce SLDS page click a new button then go to account new page using java script

Hello Gurus,
I have a create Account List page And create a button(New Account) in list page when clicking a new account button go to Account new page  
My SLDS Button Code is:=
        <div class="slds-col slds-no-flex slds-grid slds-align-top slds-button-group" role="group">
          <button class="slds-button slds-button--neutral">New Account</button> 
        </div>
Thanks