Say I want to call a java function "banner()" when a page is loaded. I can modify the code in Visual editor as follows and it works fine.
<BODY topMargin=5 onLoad="banner();" {$onload}
My question is. Is there a way to do it from the GUI rather than going into the code and changing it.
Thanks
gnabi