How to add body tag event?
Autor: Tapas Basu
Besucht 1993,
Followers 1,
Geteilt 0
I am trying to add a image Carousel Slideshow and need to add "onload" event handler inside the <body> tag itself.
I do not find a way out in WSX5 V9 or may be i am missing out something. Do I have to do it after exporting the page or is there a way in WSX5. Please help.
Gepostet am
click Properties of the page > extended
Read F1 > Step 2
Autor
I am sorry! am unable to find the way around. What I meant was that HTML body tag should look like below and I can add it somewhere inside wx5.
<body onload="funcion()">
Anyways i had to do it manually after exporting the page and opening it on text editor and add the tag.
see screenshot
Autor
Thanks Der Zwoemti for your help. you made my day much easier. I was really ignorant and overlooked the step.