How do you set the Action of a link to "Open a web link" rather than "Run a JavaScript"?
I'm using the following to link words in a PDF document but I need it to set the action to "Open a web link".
function LinkWord(lPage, sWord, sLink)
{
var numWords = this.getPageNumWords(lPage);
for (var i=0; i
George