PDA

View Full Version : What is wrong with this link?


MotherNatrsSon
05-28-2003, 06:05 AM
This link (http://www.healthy.net/asp/templates/article.asp?PageType=article&Amp;ID=1371)

<a href="http://www.healthy.net/asp/templates/article.asp?PageType=article&Amp;ID=1371">HealthWorld Online - Integrative Medicine - Acupressure for Menstrual Cramps</a>

I get this error code but cannot understand why or what the syntax error is.

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.

/asp/templates/article.asp, line 23

How do I need to write the link for this to work and open in a new window

MNS

Spookster
05-28-2003, 06:23 AM
<a href="http://www.healthy.net/asp/templates/Article.asp?Id=1371" target="_blank">HealthWorld Online - Integrative Medicine - Acupressure for Menstrual Cramps</a>

MotherNatrsSon
05-28-2003, 07:03 AM
Thanks alot. I would have never figured on dropping PageType=article&Amp; out of that. BBEdit was telling me this:

<a href="http://www.healthy.net/asp/templates/article.asp?PageType=article&Amp;ID=1371target=">HealthWorld Online - Integrative Medicine - Acupressure for Menstrual Cramps</a>

It did not work either. The one you gave me works great


:)

MNS