Createelement Error In Ie8 July 02, 2024 Post a Comment I am getting the follow error on the following line in IE8 ( not in IE9 or chrome or firefox ) popup = document.createElement('div'); Error : Webpage error details User Agent: MoSolution 1: Changed the line to var popup = document.createElement('div'); Copyand it works. funny. Share Post a Comment for "Createelement Error In Ie8"
Post a Comment for "Createelement Error In Ie8"