I am trying to trigger some javascript in the body tag.

I want the tag written to the page to be

<body id="body" onload="runSlideShow(); runSlideShow2();">



In my template record i place the follewing typoscript:

page.bodyTagAdd = id="body" onload="runSlideShow(); runSlideShow2();"


but in the generated page I only see

<body id="body" onload="T3_onloadWrapper();">


Where do i add my js to be contained within T3_onloadWrapper() ?

Thanks in advance,
Andrew

-- 
I'm using an evaluation license of nemo since 46 days.
You should really try it!
http://www.malcom-mac.com/nemo

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to