Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML onload function pointer says object required
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
HTML onload function pointer says object required
Divers
Thread ID:
00985026
Message ID:
00985026
Vues:
90
A button onlclick fires this function:
function TargetOnLoadHTML() 
{
window.parent.frames("_Launch").location="TargetOnload.htm"
}
Which in turn fires this form:
<html>
<!--- TargetOnload.htm ---- >
<head>
<script language=javascript>

function setShowvars()
{
window.document.forms("buttonform").showvars.style.visibility = "hidden";
}

</script>
</head>
<body onload = 'setShowvars()';>
</body>
</html>
That highlites the 'setShowvars()'; in the body tag and the error reports an object is required.

Thanks
Imagination is more important than knowledge
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform