Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
JavaScript Onload errors with Permission denied
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
JavaScript Onload errors with Permission denied
Miscellaneous
Thread ID:
00985785
Message ID:
00985785
Views:
91
My project is using javascript (html) to set attributes of objects in a frame-form. When testing with a push button to "load" the html it works fine. However, when I moved the script to a CGI return an error reports "Permission Denied"

The html looks like this:
<html>
<head>
 <script type="text/javascript">
function Init()
{
    top._Navigate.buttonform.showvars.style.visibility = "hidden"
}
window.onload=Init;
</script></script>
</head>
</html>
Is it a an IE or folders setting or the way the request is being made? This is the CGI URL that requests the above html:
window.parent.frames("_Launch").location="http://localhost/scripts/myCGI.dll/myCOM.myClass.SetButton"

Thanks
Imagination is more important than knowledge
Next
Reply
Map
View

Click here to load this message in the networking platform