What happened these days.

xiaoxiao2021-03-17  207

When I edit the article, I will always jump out of a wrong picture.

1 character 1 error: Document.getElementByid (...) is empty or not an object URL: http://writeblog.9cbs.net/editposts.aspx

When opening IE, when you enter 9CBS personal blog, you jump out of the following error. Line 267 error: missing objects

I hope to solve the OS: Windows 2003 IE

Calling HithObject directly below HIDEOBJECT is not wrong. Why do I appear for Document.GetElementByid or not an object?

script language = "javascript"> <-! function getObject (objectId) {if (document.getElementById) {return document.getElementById (objectId)} else if (document.all && document.all (objectId)) {return document.all ( ObjectID}}} function hideObject (objectID) {var obj = getObject (ObjectID); if (obj && obj.style) {Obj.Style.Display = "none"; return true} returnaf false}

// ->