I added following code in my JSP along with proper div and js include
It gives me IE error box with error as
Internet Explorer cannot open the Internet site
local….
Operation aborted
As soon as I change
searchParamMenu.loadXMLString("");
to
searchParamMenu.loadXMLString("");
It starts working. So I am not able to add any item in the menu.
Please guide me.
Thanks,
Gunjan
The issue was not reproduced locally. The same initialization code works correctly.
Please, provide the complete demo or direct link where it can be recreated.