Forum Discussion

Shell1's avatar
13 years ago

Vb Script error while using DOM model

Hi,



We are using DOM model for our application, I am trying to
retrieve innerText or innerHTML from the object but it was throwing an
error "vb script runtime error, object required".

I wrote the code like this--  Set title =page.document.all.Item("TITLE").innerHTML

                                                            log.Message title

Please let me know what causing this problem ?



Thanks,

Shell