Hi all,
I am using BW Web Application Designer to create a web interface for out offshore users. I found an annoying bug in WAD that is driving me up the wall:
When I place <script> tags within <body> (or anywhere outside <head> tags, really) in the HTML view of WAD, and change to Layout view, the automatic HTML validation places "</head><body>" tags after the terminating </script>.
Presumably this is because WAD thinks that the scripts should be contained within the header, and the header closing and body opening tags are missing, and tries to fix this by adding them.
Is there any way to fix this bug?