im trying to set an anchor near a button where i can jump back to using a weblink ( file.pdf#anchor. )
 
how am i setting an anchor in _javascript_-format in a pdf?
 
in html i set an anchor in _javascript_ format like this:
 
<script language="_javascript_">
Anker = "Inhaltsverzwichnis";
document.write(Anker.anchor("a1"));
for(i=1;i<100;++i)
  document.write("<br>Zeile " + i);
document.write("<br><a href="">
 
how would i perform this task in a pdf?
 
hope you can help me on that.
thank you.

 


 

Reply via email to