Gossamer Forum
Home : Products : DBMan : Discussions :

Make a link from ID does not work

Quote Reply
Make a link from ID does not work
Hi,

I tried to make a link from the ID-field in html.pl in sub html_record

<a href="$rec{'ID'}">link</a>

When you look at the html-output in your browser the link shows like: <B>ID_value</B><B></B>

That means $rec{'ID'} becomes <B>ID_value</B><B></B>

For example if ID is 11, then it becomes <B>11</B><B></B>

This just happens with the field ID, all other fields are working without problems. It happens in a fresh downloaded version.

What happens here?

Regards
Johannes


Subject Author Views Date
Thread Make a link from ID does not work jmar 4426 Aug 16, 2001, 10:23 PM
Thread Re: Make a link from ID does not work
Beck 4322 Aug 16, 2001, 11:24 PM
Thread Re: Make a link from ID does not work
jmar 4301 Aug 17, 2001, 1:47 AM
Thread Re: Make a link from ID does not work
Beck 4303 Aug 17, 2001, 2:47 AM
Thread Re: Make a link from ID does not work
LoisC 4268 Aug 18, 2001, 11:54 AM
Thread Re: Make a link from ID does not work
Paul 4306 Aug 18, 2001, 12:02 PM
Post Re: Make a link from ID does not work
jmar 4267 Aug 20, 2001, 4:51 AM