Skip to Content
0
Former Member
Sep 13, 2007 at 11:37 AM

Web Application Designer thinks that <script> outside <head> is a bad idea

16 Views

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?