viktor
12-27-2004, 08:10 AM
Its in Dynamic Content => Multi-aprt Content script.
Everything works but every time I start the script I get
an error message:
----------------
Line: 65
Char:1
Error:Object required
Code:0
----------------
I use Frontpage 2002, it works but everytime I start it over I get that message. When I looked it up in the script it was closing curly bracket }
---------------
function onloadfunct(){
getElementbyClass("multiparts")
partscollect[0].style.display="block"
document.getElementById("formnavigation").style.display="block"
updatenav()
}
---------------
Right here last closing bracket is the problem!
Please help guys!
Everything works but every time I start the script I get
an error message:
----------------
Line: 65
Char:1
Error:Object required
Code:0
----------------
I use Frontpage 2002, it works but everytime I start it over I get that message. When I looked it up in the script it was closing curly bracket }
---------------
function onloadfunct(){
getElementbyClass("multiparts")
partscollect[0].style.display="block"
document.getElementById("formnavigation").style.display="block"
updatenav()
}
---------------
Right here last closing bracket is the problem!
Please help guys!