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
devindiaadevindiaa 

Open an external link upon click of salesforce1 action (a VF page)

Hi
How to open an external link upon "click" of salesforce1 action (a VF page)? I do not want to open another page where user clicks on a button to open a external website.

Thanks
Gaurav KheterpalGaurav Kheterpal
Have you tried using
 
var ref = window.open(url, target, options);
If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others and improve the overall quality of Discussion Forums.

Gaurav Kheterpal

Developer Forums Moderator| Certified Force.com Developer| Dreamforce Speaker| Salesforce Mobile Evangelist