Displaying 1 result from an estimated 1 matches for "initializepage".
2006 Jul 13
5
Generic page element display initializer in a layout?
...run into a snag. I need to handle the display of elements on my
page and I want to use my Javascript event handlers on page load.
However, my BODY tag is trapped in my generic layout.
I''m thinking that I can put an onLoad on the BODY tag that will just
call a Javascript method called initializePage() and then provide this
initializePage() call in my specific page to call whatever handlers I
need to in order to display things correctly.
Something in the back of my head is screaming AJAX but not sure how I
would get that in.
Any thoughts?
Wes
--
Posted via http://www.ruby-forum.com/.