All,
What does session abandoned ref=40 mean? I'm trying to use the report documentation to run reports outside DAI with the url links. This works fine for most browsers but does nt work for Safari. I'm trying to run this:
//Logout any other user (seems to work)
URL = "http://173.203.66.123/Dashboard/default.asp?FRW=99"
mydiv.innerHTML = ' <iframe src="' + URL + '" width="100%" height = "' + '200' + 'px"></iframe>'
//And then run my reprot:
URL = "http://173.203.66.123/Dashboard/ai.asp?UID=myUID&PW=myPass&DAI_R=1092"
mydiv.innerHTML = ' <iframe src="' + URL + '" width="100%" height = "' + '200' + 'px"></iframe>'
I've tried various things in Safari but no joy.
Thanks,
Jeff