I have a javascript on the initialize event of a field and it works fine
when doing a Preview PDF but not when i render the PDF in the browser
if(F.Page_1.field1.rawValue == null) { F.Page_1.field1.presence =
"invisible"; F.Page_1.field2.presence = "visible";}Can some one pelase
help?Thanks,F.Page_1.field1::initialize - (JavaScript, client)