Chrome issue with load()

Chrome issue with load()

Chrome used to be able to execute the load function without a problem. Now (with a newer version?) it does not work anymore. (The header of the called script will show with its developer tools but not the content! No error message or warning appears.). The load function works fine with FF and IE. When I manually call up the script (located on the server) Chrome only shows a blank page in opposite to FF and IE. I validated HTML and I checked my javascript with Jslint. Does anybody have a tip for me?