Problem with invalid HTMLLinks in Tables(HtmlViewerimporter)
Posted: Tue Dec 10, 2013 4:36 pm
Okay,
this thread continues a problem i encountered and started here:
http://www.trichview.com/forums/viewtopic.php?t=6226
The real problem is within the HTML. If a link is within a table, it will not work with OnJump. The given JumpID will return an invalid ItemNo.
example html:
What i do:
Load it into THTMLViewer and import it with the THTMLViewerImporter into the RichView. The resulting document looks good, but clicking on a link will not work.
(at the same time, i use URLScan.pas after loading the document)
Someone has a clue why OnJump does not work in this case?
Greetings
Memnarch
this thread continues a problem i encountered and started here:
http://www.trichview.com/forums/viewtopic.php?t=6226
The real problem is within the HTML. If a link is within a table, it will not work with OnJump. The given JumpID will return an invalid ItemNo.
example html:
Code: Select all
<html>
<head>
</head>
<body>
<table>
<tr>
<td>
<a href="http://www.google.de">www.google.de</a>
</td>
</tr>
</table>
</body>
</html>
Load it into THTMLViewer and import it with the THTMLViewerImporter into the RichView. The resulting document looks good, but clicking on a link will not work.
(at the same time, i use URLScan.pas after loading the document)
Someone has a clue why OnJump does not work in this case?
Greetings
Memnarch