Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Syntax Error in <A Href>

Status
Not open for further replies.

JohannIcon

Programmer
Sep 3, 2002
440
MT
Dear All,

What error do I have here?

tit1 = &quot;<a href=&quot;&quot;news.asp?newsid=&quot;rsNews(&quot;NewsID&quot;)&quot;>&quot;textTrimWrite&quot;</a>&quot;

Thanks
 
tit1 = &quot;<a href=&quot;&quot;news.asp?newsid=&quot; & rsNews(&quot;NewsID&quot;) & &quot;&quot;&quot;>&quot; & textTrimWrite & &quot;</a>&quot;

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)

fart.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top