javascript syntax question
javascript syntax question
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- neverblink0
I think it's either:
item.onload = someFunction;
or
item.onload = function(parameter){
// function goes here
}- function someFunction(paramet... etcneverblink
- the second option will work - but i want to make my onload function refer to a function outside of that paradigmpkny