We are installing a script that requires some on load code to be in the body opening tag.
How do we go about this in freeway? I found an action that will put all this code in but it is adding it after the body tag and the page div. Idealy we would just place onLoad=“SetCurrentDate()” in the body tag.
The Page / Extended dialog will allow you to do this. Anything you add
through this interface becomes an attribute in the body tag, so if you
click new, then in the Name field enter onload and in the Value field
enter SetCurrentDate() you should be fine.
Walter
On Jun 29, 2011, at 7:38 PM, TeamSDA wrote:
We are installing a script that requires some on load code to be in
the body opening tag.
How do we go about this in freeway? I found an action that will put
all this code in but it is adding it after the body tag and the page
div. Idealy we would just place onLoad=“SetCurrentDate()” in the
body tag.