Hi!
Yatsu wrote:
>
> >
> > so..
> >
> > if(document.getElementByID("foldheader"))
>
> I'm afraid the javascript console complains at this line.
> "document.getElementByID is not a function."It's 'getElementById', not 'getElementByID'. Christian
Hi!
Yatsu wrote:
>
> >
> > so..
> >
> > if(document.getElementByID("foldheader"))
>
> I'm afraid the javascript console complains at this line.
> "document.getElementByID is not a function."It's 'getElementById', not 'getElementByID'. Christian