Name '_o' is not declared

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinoth82
    New Member
    • Feb 2009
    • 10

    #1

    Name '_o' is not declared

    Name '_o' is not declared this error occurs in masterpage. how to solve it
  • falaque
    New Member
    • Feb 2009
    • 12

    #2
    can you elaborate your question.

    Comment

    • vinoth82
      New Member
      • Feb 2009
      • 10

      #3
      Reg:above issue

      This error which will not affect the page. In master page while these type of
      html anchor tag the below line will show blue color line. while mouse over it
      the error msg displayed

      <% SocResource.Get ResourceName = "SOC-MST25"%>
      <a href="<%=SocRes ource.GetResour ceName%>" class="menulink ">Advertise </a>
      <%Else%>
      <% SocResource.Get ResourceName = "SOC-MST26"%>
      <a href="<%=SocRes ource.GetResour ceName%>" class="menulink ">Advertise </a>
      <%End if %>

      Comment

      • falaque
        New Member
        • Feb 2009
        • 12

        #4
        this may help you. try out. as it suggests check all your inline code.

        check each block one by one, i.e. while checking one block comment out other blocks.

        Comment

        • Frinavale
          Recognized Expert Expert
          • Oct 2006
          • 9749

          #5
          Originally posted by vinoth82
          This error which will not affect the page. In master page while these type of
          html anchor tag the below line will show blue color line. while mouse over it
          the error msg displayed
          What is "SocResourc e"?
          I don't think you're retrieving the resource properly.

          Comment

          Working...