Hi, I use the ajax function as follows: ajax('func1', ['id1'], '')
because I don't need to send some value to the html page, so I set the third parameter null. But IE raises error 'document.getElementById(...)' is null or not an object. How can I use the ajax function when I don't want to send values to html page?