We recently upgraded to R6.5 We have an older web application that has javascript code embedded in tags on a from. It appears the code is not being recoginized in the browser. I can move the code to the JSHeader, etc. but I would like to try to avoid a rewrite. Is there some way to get R6.5 to recognize this Javascript code?
Subject: Javascript Problem in R6.5
Inline code should be okay, but keep in mind that Domino 6.anything generates HTML 4.01 Transitional. R5 didn’t specify anything, and was interpreted (generally) as HTML 3.2. Browsers are a lot more forgiving of HTML 3.2 because, well, there weren’t a whole lot of constraints on anything. That meant that you could get away with tags that didn’t specify a language or MIME type. Not so in HTML 4, and even less so if you ever you to XHTML.