I do need some help with an href that i want. Who would help this newby ??
In a table that i have i want a link to an other asp file. I do have the following href included:
<TD width=
"25%" align="right"><a href=""Rapport_Verf.asp?id=" & rsVerfWereld_Producten("ID_no") & """><font face="Verdana" size="1" color="#5E7B88"><B>Uw eigen rapport ?</B></font></a></TD>
I do want the link to some details of a product of witch the id in the access database is called: "ID_no"
In the file Rapport_Verf.asp i do have the following:
strSQL = "SELECT * FROM tblPverf WHERE IP_no=" & request ("id")
In the table witch has to display the details i have included the other database fields.
But nothing is happening.
Can anybody please tell me what am i doing wrong?? I'm a newbie...:)
Thanx in adv.