hi
i want to give link in dropdown is it possible…
i want to check email id already present in database table if it is
already present then by clicking on email id (link) i have to goto the profile whose email id is present…
hi
i want to give link in dropdown is it possible…
i want to check email id already present in database table if it is
already present then by clicking on email id (link) i have to goto the profile whose email id is present…
Link is not possible in dropdown but you can call ajax function onchange event by selecting value from the dropdown box.
get the idea from this ans - http://stackoverflow.com/questions/21872486/onchange-function-when-selecting-drop-down-menu-will-populate-a-textbox/21873142#21873142
don’t use dropdown list. It’s old, and managed by browsers…
use Button Dropdown :