murushanmugham
IS-IT--Management
- Jan 2, 2003
- 33
Hello
I have a coding like this
I display the contents of the 4 fields in the table. These should be hyperlinked to open a another file abc.pdf.
I store the pdf filename in another field ie row[15].
How do i hyperlink this.
</TD>
<TD><FONT COLOR=WHITE><B><?print $row[5]?><br><FONT COLOR=WHITE>
<?;print $row[6];?></FONT><br><FONT COLOR=WHITE> <?print $row[7]; ?></FONT><br><FONT COLOR=WHITE><?print $row[8];?></FONT> <a href=<? print "$row[15]"; ?>>
</TD>
The routine is to search for a topic from the title and display the relevant pdf file.
Please help
I have a coding like this
I display the contents of the 4 fields in the table. These should be hyperlinked to open a another file abc.pdf.
I store the pdf filename in another field ie row[15].
How do i hyperlink this.
</TD>
<TD><FONT COLOR=WHITE><B><?print $row[5]?><br><FONT COLOR=WHITE>
<?;print $row[6];?></FONT><br><FONT COLOR=WHITE> <?print $row[7]; ?></FONT><br><FONT COLOR=WHITE><?print $row[8];?></FONT> <a href=<? print "$row[15]"; ?>>
</TD>
The routine is to search for a topic from the title and display the relevant pdf file.
Please help