| Bkuhn 30.09.2009, 16:23 |
von chm eine bestimmte Seite eines PDF-Dokuments aufrufen |
Hallo, |
|
| Thomas Schulz Castrop-Rauxel, 30.09.2009, 17:43 @ Bkuhn |
von chm eine bestimmte Seite eines PDF-Dokuments aufrufen |
Hallo, <SCRIPT Language="JScript">
function parser(fn) {
var X, Y, sl, a, ra, link;
ra = /:/;
a = location.href.search(ra);
if (a == 2)
X = 14;
else
X = 7;
sl = "\\";
Y = location.href.lastIndexOf(sl) + 1;
link = 'file:///' + location.href.substring(X, Y) + fn;
location.href = link;
}
</SCRIPT>
<a onclick="parser('test.pdf#page=5')" style="text-decoration: underline;
color: blue; cursor: hand">Link zur Seite 5</a> |
Thread-Ansicht
Mix-Ansicht![[image]](http://www.help-guide.de/hglogo.gif)