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.
  • [get | view] (2008-02-13 06:16:03, 2.4 KB) [[attachment:example-html.txt]]
  • [get | view] (2008-02-13 06:16:03, 10.1 KB) [[attachment:readme-api.html]]
  • [get | view] (2008-02-13 06:16:03, 4110.3 KB) [[attachment:wwhapi-js-only-v4.0.7.zip]]
  • [get | view] (2008-02-13 06:16:03, 4.8 KB) [[attachment:wwhapi-js.txt]]
  • [get | view] (2008-02-13 06:16:03, 0.3 KB) [[attachment:wwhbaseurl-js.txt]]
 All files | Selected Files: delete move to page

You are not allowed to attach a file to this page.