Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML onload function pointer says object required
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
HTML onload function pointer says object required
Miscellaneous
Thread ID:
00985026
Message ID:
00985026
Views:
91
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
Next
Reply
Map
View

Click here to load this message in the networking platform