Print Page | Close Window

href help needed

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=1695
Printed Date: 29 March 2026 at 8:40am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: href help needed
Posted By: LeoV
Subject: href help needed
Date Posted: 08 April 2003 at 1:53pm

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.




Replies:
Posted By: MorningZ
Date Posted: 08 April 2003 at 2:48pm
Originally posted by LeoV LeoV wrote:


Can anybody please tell me what am i doing wrong?? I'm a newbie...:)


Thanx in adv.


yeah, learn VBScript syntax

<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>

cheers

-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: pedalcars
Date Posted: 09 April 2003 at 10:37am
also, <a href="Rapport_Verf.asp?id=<%= rsVerfWereld_Producten("ID_no") %>">

not, <a href=""Rapport_Verf.asp?id=<%= rsVerfWereld_Producten("ID_no") %>">

(one fewer ")

-------------
http://www.pedalcars.info/ - www.pedalcars.info

The most fun on four wheels




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net