<%
Dim dropdown, menuURL'detta är nog galet, men jag vet inte hur de
skall deklareras heller???
Dim __o As String
dropdown = Request.QueryString("drop")
menuURL = Request.ServerVariables("SCRIPT_NAME")
%>
<DIV CLASS="huvudMenu">
<%If Request.QueryString("drop") <> "1" Then%>
<a href="<%=Request.Servervariables("SCRIPT_NAME")%>?drop=1"
onClick="top.frames.main.location='Main.aspx';"
onMouseOver="window.status='Menyval: Index';return true";>Index</a>
<% Else %>
<a href="<%=Request.Servervariables("SCRIPT_NAME")%>"
onClick="top.frames.main.location='Main.aspx';"
onMouseOver="window.status='Menyval: Index';return true";>Index</a>
<% End If %>
</DIV>