AWS JavaScript

HelloI trying to use JavaScript with the Advanced Web Server as follows… Test Test When I run PBUILDER I get … >PageBuilder version 4.01 > >Replacing BufferSizeMultiplier – old = “1”, new = “4” >Setting CreateSingleSourceFile flag >Replacing ExplicitVoidPointers – old = “”, new = "(void *) " >Setting UseFileNameForUrl flag >Setting UseJavaScript flag >Converting html est.html >no “” tag was detected to terminate a form This error goes away when I remove the SCRIPT code from the file - any ideas ? Thank you Regards Michael

The problem with that is that the PageBuilder does have a problem with HTML comments where the end of the tag is marked as: //–>. In order to over come this please, add white space: // –>.