Attachment 'wwhbaseurl-js.txt'
Download 1 // Modify this function to calculate (or not) the base help url
2 //
3 function BaseHelpURL()
4 {
5 var VarBaseHelpURL;
6 var VarIndex;
7
8 VarBaseHelpURL = document.location.href;
9 VarIndex = VarBaseHelpURL.lastIndexOf("/");
10 VarBaseHelpURL = VarBaseHelpURL.substring(0, VarIndex + 1);
11
12 return VarBaseHelpURL;
13 }
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.