it's giving error on pop up
your security setting doesn't allow to web site to use Active X controll installed on your computer this page may not display correcrtly
when i click on messanger link on home page for prive chat it's giving error that
"javascript object is required" this ERROR occurs in LoadScripts.aspx file(which is dynamically created)
Inside Scripts Documents
error message in LoadScripts.aspx (dynamic)
if(args&&args.length)
{
for(var i=0;i<list.length;i++)
{
list[i].apply(window,args); //here giving error javascript object is required
}
}