Re: ASP Code problem

by "Cyanide _7" <leo7278(at)hotmail.com>

 Date:  Thu, 29 Jun 2000 07:57:30 CDT
 To:  embrocia(at)giasdl01.vsnl.net.in
 Cc:  hwg-languages(at)hwg.org
  todo: View Thread, Original


>hello all
>
>the following code is lying at
>http://195.48.239.60/databrf/overviewaktuell.asp
>
>
><a href="modifylink.asp?itemno=<%=server.URLEncode(RS2("item_id"))%>">
><%Response.Write .Fields("title")%></a>

hmm, you do not have an object preceding the dot operator in the code to 
write the title. im assuming it should be RS2? also, why are you using
<%= then revert back to <%Response.write ? try this

<a href="modifylink.asp?itemno=<%= Server.URLEncode(RS2("item_id")) %>">
<%= RS2("title") %></a>

thats about all i can think of. - Cyanide_7

>
>
>the problem with the code written above is that the first three characters
>of the hyperlinked word do not show hand figure on them i.e u can't click
>them and visit the linked file.
>
>any idea why is this happening???
>
>regards,
>Jasmeet
>

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA