Ok. I already have this on one of my search pages.<br><br><A HREF="<A HREF=" TARGET="_new"> SearchResult("num"
%>"><%= SearchResult("Question"
%></A><br><br>This is part of my question list page, which is the results of a search query.<br><br>When the user click on the question (which is also a hyperlink), the number of the question is passed along to the answerlist, so that they can see the correct answer.<br><br>Now the fun part.<br><br>I am trying something a little different with response.write.<br><br>Response.Write "<TR><TD width = 100 BGCOLOR = #F0F0D8>Tech Req #" & rsSort.Fields.Item("AQBYNB"
& " </TD>"<br><br>Response.Write "<TD width = 400 BGCOLOR = #F0F0D8>Title: " & rsSort.Fields.Item("AQBHTX"
& " </TD></TR>"<br><br>As you can see, I just have my search results being respone.write out on the question list page.<br><br>How In the hell can I have it do the same as my old question list page ? Because when I add the A href, it craps out aat the first " right before the