Html or notes content type

Hi, i have a silly question.When I check a “HTML” option for content type of form, everything what I have written in programmers panel is hidden (source code of form opened in browser has only the main content). No HTML head element, body element, js code etc. although I filled it in that panel.

Can u please tell me how to activate it. Thank u very much.

pp

ad. Is really better to use html content type for forms that will be used as web forms?

Subject: html or notes content type

if you select HTML for output on web, you have to define all the head, title and body element on yourself…Domino will ignore stuff which you defined in programmers panel…

I use the output “Notes” for Web Apps, but i deselect the Database Property “Use Javascript when generating pages”, in order that Domino doesn’t write Javascript in my source code.

I always make the HTML in other tools like Dreamweaver and paste it after into Domino forms and put the logic in there…

Subject: RE: html or notes content type

i c.thanks. that property i looked for.

Subject: html or notes content type

if you select HTML for output on web, you have to define all the head, title and body element on yourself…(Directly in source of the form/page)…Domino will ignore stuff which you defined in programmers panel…

I use the output “Notes” for Web Apps, but i deselect the Database Property “Use Javascript when generating pages”, in order that Domino doesn’t write Javascript in my source code.

I always make the HTML in other tools like Dreamweaver and paste it after into Domino forms and put the logic in there…