Hvorfor virker det ikke?
Hey alle i asp geeks :PJeg har et lille problem med min kode her:
<%
dim Menu
Menu = request.querystring("Menu")
%>
<%
Dim link
if Menu = "Firma" then
link = Firmaluk
elseif Menu = "Firmaluk" then
link = Firma
else
link = Firma
End if
%>
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p>Forsiden</p></span></td>
</tr>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='default.asp?Menu=Nyhed'" span style="cursor='hand'"><span class="2"><p>Nyheder</p></span></td>
</tr>
<%
if Menu = "Nyhed" then
%>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p><b>.Seneste Nyhed</b></p></span></td>
</tr>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p><b>.Alle Nyheder</b></p></span></td>
</tr>
<%else%>
<%End if%>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='default.asp?Menu=<% & link & %>'" span style="cursor='hand'"><span class="2"><p>Om
firmaet</p></span></td>
</tr>
<%
if Menu = "Firma" then
%>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p><b>.Historie</b></p></span></td>
</tr>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p><b>.Personerne bag</b></p></span></td>
</tr>
<%elseif Menu = "Firmaluk" then%>
<%End if%>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p>Service</p></span></td>
</tr>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p>Find os</p></span></td>
</tr>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p>Menuen</p></span></td>
</tr>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p>Menuen</p></span></td>
</tr>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p>Menuen</p></span></td>
</tr>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p>Menuen</p></span></td>
</tr>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p>Menuen</p></span></td>
</tr>
<tr>
<td bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p>Menuen</p></span></td>
</tr>
<tr>
<td class="bottom" bgcolor="white" onmouseover="this.style.background='orange'" onmouseout="this.style.background='white'"
onclick="location.href='xxx.asp'" span style="cursor='hand'"><span class="2"><p>Kontakt os</p></span></td>
</tr>
</table>
Jeg roder rundt i min definationer og det volder mig problemer, men hvad mere kan man forlange når man ikke har læst asp så længe? Men jeg tror nu godt i kan regne den ud!!! For jeg ved ikke hvordan jeg skal placere mine " - tegn!!! Det er jeg ikke så god til endnu.
På forhånd tak, MxS
