Quote:
Originally Posted by taylor
8. Enter the following script in the window that pops up:
[CODE]document.onanchorlink = function(link) {
if (link.depth == 1) {
link.uri = link.uri.replace("/news?tmpl=story&u=", "/s");
link.uri = link.uri + "&printer=1";
}
|
Thanks for the inspiration Taylor! I never dared to touch SDL before, but now I think I should give it a try. Can you share any more information on that code within link.uri.replace() ?