SharePoint Lookup type can allow user to pick up the items from existing List, when editing the item it will show as a dropdown box (<SELECT> Element in HTML ). Sometimes we may want to fire the onchange event when the selected item changed. This is easy by using JavaScript to...
[More]