Skip to main content
Inspiring
June 3, 2008
Question

Object Required

  • June 3, 2008
  • 1 reply
  • 274 views
The page does load with errors: in IE : Line 18
Char: 11
Error: Object required
Code 0
My code on line 18 is:
<cfoutput query="getQuestions">
#QuestID#
<a href="viewQuestion.cfm?id=#QuestID#">#Question#</a><br>
</cfoutput>
I have checked forums with no luck.
thks
jim
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    June 3, 2008
    That kind of error message is from IE, and doesn't have anything to do with ColdFusion. It's a javascript error.

    View the page's source in IE and post what's on line 18, not what's on line 18 of the CF page that generated it.

    IE doesn't see the CF source, it only sees the resulting HTML page. Therefore, any error that IE throws is going to be in relation to the generated HTML page. You need to look at that, not the CF page.