Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
JavaScript Onload errors with Permission denied
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
JavaScript Onload errors with Permission denied
Divers
Thread ID:
00985785
Message ID:
00985785
Vues:
92
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform