A
amit
Hello,
the javascript I'm using is not embedded into HTML but included. When I
looking at w3schools.com it uses examples with js embedded into html.
Anyway, when I use:
function load()
{
....
}
The page gets loaded into Firefox and then it executes all statements
inside the function but in IE the function will be totally ignored!
even onload() is ignored.
How should I implement the OnLoad() event in test.js file included in
test.html?
Thanks!
Amit.
the javascript I'm using is not embedded into HTML but included. When I
looking at w3schools.com it uses examples with js embedded into html.
Anyway, when I use:
function load()
{
....
}
The page gets loaded into Firefox and then it executes all statements
inside the function but in IE the function will be totally ignored!
even onload() is ignored.
How should I implement the OnLoad() event in test.js file included in
test.html?
Thanks!
Amit.