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
AQAQ 

Call Visualforce page from javascript

Is it possible to call a visualforce page with parameters (in a managed package) from Javascript?

 

I want to add a sidebar component to call my help system.  The component would collect the url of the current page with javascript and then send the url to the visualforce page which would parse the url to determine page context and then call my help file.

 

Any ideas on how this might be accomplished?

 

Thanks,

JR

werewolfwerewolf
Every Visualforce page has a direct URL that looks like /apex/MyPage.  Try something like that.