theocraticmind
Programmer
this may very well be something stupid. i haven't used asp in a long time, but desided to go through a script i wrote but never finished, and finish it. seeing as i'm extreemly rusty, i don't see the problem with this... here is the code:
<%if session("name"
<> "" then%>
Welcome <%=session("name"
%><br>
<a href="signin.asp?out=true"><font size="1">sign out</font></a>
<%else%>
<a href="signin.asp">Sign In</a>
<%end if%> 'this is the line in question, line 56
then i get this error:
Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/dfxboard/top.txt, line 56
what is the problem?
<%if session("name"
Welcome <%=session("name"
<a href="signin.asp?out=true"><font size="1">sign out</font></a>
<%else%>
<a href="signin.asp">Sign In</a>
<%end if%> 'this is the line in question, line 56
then i get this error:
Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/dfxboard/top.txt, line 56
what is the problem?