javascript problem in latest version

Max_admin 19 Jun, 2009
Hi mja1356,

you can't use a body tag in the html code box, there is a prohibited tags list above the box in the latest release!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
mja1356 21 Jun, 2009
Hi
I want to load some javascript code when webpage load.
As i know i can use onload event in these tags <body>, <frame>, <frameset>, <iframe>, <img>,
<link>
what can i do?
Max_admin 22 Jun, 2009
Hi mja1356,

add this to the template body tag of your website or use the domready event of mootools and add it to the JS code box:


 window.addEvent('domready', function() {
//some code;
	});


Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.