Not sure if this is possible
function test(){
alert("It works"
}
i want to be able to store the name in a variable
var temporary = test
and be able to call the function
document. blah blah blah
can I do this - does anyone have any syntax
Thanks in advance