Forum OpenACS Development: Re: body tag

Collapse
2: Re: body tag (response to 1)
Posted by Jarkko Laine on
Why not just write it in the body tag of your master.adp file? If you need it to be a variable, just put a variable in the tag and then pass the value from other pages using the master.

master.adp:
<body onload="@foo@">

other.adp:
<property name="foo">@onloadvalue@</property>