I'm doing a simple a simple html site that I wrote which needed some php, however the server does not have php, only asp. Now I have to learn a bit of asp.
<li><a id="main-link" <% If selected = "main" Then Repsonse.Write("class='selected'") End If %> href="/home/">main</a></li>
What is wrong with mode code above? I read some tutorials and that what I came up with.
tags in firebug. "error '800a01a8'"
– Adam Feb 16 '12 at 20:48