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
BegginerBegginer 

When picklist is selected how to get a pop up on vf page?/

I have custom picklist "object_type__c" and in that list when "other" value is selected popup should be dislpayed with message"You have seleceted other". How this can be achived?
bob_buzzardbob_buzzard
The final answer on this Stack Exchange post has sample code:

http://salesforce.stackexchange.com/questions/85219/how-to-give-a-alert-when-we-select-a-value-from-pick-list
BegginerBegginer
already tried that. not wroking
Deepak Pandey 13Deepak Pandey 13
using action support its can be done.OR use javascript and call  onblur in picklist field on click
.