For sometime I have been using a JavaScript Menu system with my BW WebAppDesigner Templates. Each leaf of the menu contains a URL to execute a different Report. This works great for the reporting.
I have been trying to implement a similar JavaScript Menu system within the BPS_WB Text Elements. The TextElement has the HTML = True option selected.
The menu does not load when I execute the application. Although, when inserting the same 2 lines of script within the resultant BSP application's first page with flow logic (pm_page.htm) after the , the script (i.e. menu) loads fine.
So I could just leave the script there but everytime a new component needs to be added to the BPS_WB the user needs to regenerate and the script would get wiped-out.
The script is simply:
<SCRIPT src="script1.js" type="text/javascript"></SCRIPT>
<SCRIPT src="script2.js" type="text/javascript" ></SCRIPT>
Maybe BPS_WB has a problem with the source files, while the BSP App does not?
Any assistance would be appreciated!!