Thread
:
question about the order script is written in
View Single Post
11-15-2012, 11:53 AM
PM User
|
#
13
devnull69
Senior Coder
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
And additionally this won't work
Code:
window.onload = doit; var doit = function() { ... }
So
function doit()
is not equivalent to
var doit = function()
devnull69
View Public Profile
Find More Posts by devnull69