In Safari, this works fine. However, in IE and FF on W7, the page in my output that contains the links goes blank and simply displays
Code: Select all
[object]I did a little snooping using the Developer Tools in IE 10 (I also tried IE 9, 8, and 7 - same behavior), and there is an error being thrown that points to a line in MadCapUtilities.js, which reads:
Code: Select all
if (otherUrl.IsAbsolute) {
throw new MadCap.Exception(-1, "Cannot combine two absolute paths.");
}