Hi,
I would like run a javascript function when I load my page with no user action.
I use the body onload=”test()” syntax and I modify manually the html file, because there is no possibility from properties window to do that.
In this case I have a message when I run test center which explain me that my html file has changed.
If you do a mistake and choose regenarate file, you can to loose your html changes.
Does it possible to execute a js function with not usage of body load function ?
It would be very nice to have a property to do that !