I have a CRM 2013 that invokes this javascript from a picklist\optionset change (control onchange) and keep crashing. it does not throw a js exception neither the crm error window. it throw a browser crash "this application is going to close" message.
the JS line used to work and its pretty simple. could that be a 2013 issue on IE 11?
function
SaveRecord() {
Xrm.Page.data.entity.save();
}