snakeeyes1978
Programmer
Got a really strange error. Javascript line producing the error is:
window.open(' dtesting/screens/view_bugdesc.php? code=261','','');
And the error that comes up is 'Access is Denied'. I've checked the file permissions and they all seem to be fine.
Strangely enough, the website detects whether you are logging on locally or remotely and if logging in remotely the line of script changes to:
window.open(' ildtesting/screens/view_bugdesc.ph p?code=261','','');
And that runs fine. So the error only occurs when the user is logged on locally. Got me stumped - Any ideas?
window.open(' dtesting/screens/view_bugdesc.php? code=261','','');
And the error that comes up is 'Access is Denied'. I've checked the file permissions and they all seem to be fine.
Strangely enough, the website detects whether you are logging on locally or remotely and if logging in remotely the line of script changes to:
window.open(' ildtesting/screens/view_bugdesc.ph p?code=261','','');
And that runs fine. So the error only occurs when the user is logged on locally. Got me stumped - Any ideas?