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
adsfasdfasdfasdadsfasdfasdfasd 

Visualforce splash pages?

Back in the days of yore, we had splash pages made out of S-Controls --  you may have heard of them...

 

Anyway, now that S-Controls are old-fashioned, we need to replace our old S-Controls with Visualforce pages. Not a big deal, except that the buttons at the bottom of the splash page -- the Don't Show This Again and Continue buttons that were added automatically for any S-Control splash page -- those buttons are gone!

 

What's the best way to get these buttons to show up on a VF splash page?

 

Thanks,

 

John

Ispita_NavatarIspita_Navatar
I think the best way to handle this to a create a component with the buttons and functionality you desire, as custom Visualforce components allows one to encapsulate common design patterns and then reuse those patterns in one or more Visualforce pages.