Just out of curiosity, how would you access the global window object inside a function with this signature:
function bla(window){
// How to access the global 'window' object here? Because 'window' is now local.
}
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Just out of curiosity, how would you access the global window object inside a function with this signature:
function bla(window){
// How to access the global 'window' object here? Because 'window' is now local.
}