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
BMillBMill 

Create a pop-up screen based on data populated in a field?

I would like to create/build a "pop-up window", which appears when a field is populated with a certain value?  If "Product A" is selected in the Instrument picklist, I'd like a separate window to appear displaying some content, which alerts my users of an issue.
 
Can this be done?  And if so, any pointers in developing this process? 
 
Thanks a lot -
werewolfwerewolf
You could do this with an inline Scontrol or Visualforce page (the latter would probably be simpler) using the window.open JS call:

http://www.javascript-coder.com/window-popup/javascript-window-open.phtml