Name '_o' is not declared this error occurs in masterpage. how to solve it
Name '_o' is not declared
Collapse
X
-
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
-
Comment
Comment