User Profile
Collapse
-
Ah! It was my silly mistake and it is working now... -
Global object variable
Can't object variables be global?
Why isn't following working?
...Code:<head> <script> var o; function func1() { o = document.getElementById("test1"); func2(); } function func2() { o.innerHTML = "Changed"; } </script> </head> <body> <a href="javascript:func1()" id="test1">Test
No activity results to display
Show More
Leave a comment: