I am setting up a new website with the existing report from our current website. The new report page on the new website is not returning any data. When I do a view source and compare the report to the working website I notice a few differences in the html source.
The first difference is the form action="" value:
On the report the doesn't work the value is "action=./Viewer.aspx?UID blah blah" but the ./ should not be a part of the file path. See the image below
The source that has the "bobj.crv.writeWidget()" function call does not contain the report data like the working website does. And there is a lot of data from the MochiKit.DOM.addLoadEvent() that doesn't exist in the working report either.
Any help would be greatly appreciated.
Thank You
Mike