Subject: can any one tell the order in which different object(HTMLHeadContent,fields,shared field) executed after the load of any form
Subject: can any one tell the order in which different object(HTMLHeadContent,fields,shared field) executed after the load of any form
Fields and shared fields will be evaluated by domino before the data is sent to browser. They will be processed in the order they appear on the form.
HTMLHeadContent will be read by the browser as it is receieved.
Does that help?
Thanks
Kiers
Subject: i wanted to know whether html head content is executed first or the field