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
timjocktimjock 

Simple HTML drop down

We need to have drop-down links on our Home Page Component HTML, but SF strips out any CSS or Javascript. Considering this, how do I setup simple HTML drop down menus?

Any ideas are greatly appreciated.

Best Answer chosen by Admin (Salesforce Developers) 
werewolfwerewolf
Instead of putting it directly on the component, make the component just an Iframe to a Visualforce page and put your dropdown lists in that Visualforce page.

All Answers

werewolfwerewolf
Instead of putting it directly on the component, make the component just an Iframe to a Visualforce page and put your dropdown lists in that Visualforce page.
This was selected as the best answer
timjocktimjock
Great, thank you.