Today I was asked to look at a client's legacy application where a function was failing in Internet Explorer when included in an <iframe>. Opening up IE's [F12] Developer Tools showed the following error message in the console: Object doesn't support property or method 'trim' The parent page of the <iframe> was forcing IE to ...read more