Hi
I update my CF to the latest version but my javascript codes doesn't execute.
Be cause I want to load some data in form load I used <body onload> tag in html code box.
thoi trang cong so, vay lien cong so, do noi y, quan ao nam, bo do nu, do lot nam, do dung cho me, may hut sua cao cap, thoi trang be gai cao cap, ban buon quan ao, do lot[/url]
is it possible that use of body or style tag in html box cause that problem?
I update my CF to the latest version but my javascript codes doesn't execute.
Be cause I want to load some data in form load I used <body onload> tag in html code box.
thoi trang cong so, vay lien cong so, do noi y, quan ao nam, bo do nu, do lot nam, do dung cho me, may hut sua cao cap, thoi trang be gai cao cap, ban buon quan ao, do lot[/url]
is it possible that use of body or style tag in html box cause that problem?
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
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
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?
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?
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:
Cheers
Max
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
This topic is locked and no more replies can be posted.