> timer line 1: ReferenceError: javascript is not defined

It looks like I laid a foundation, to compile the function if it is a string,
or simply set the function member if it is already a function,
and put it under TimerObject.onclick, so I could then call TimerObject.onclick
to run the code, no matter how it got set up, but then I never actually
called that onclick function.
Never took the last step.
I was trying to compile every time or something, so now with this small fix
all three cases work for me:

"increment()"   // compile this string
increment   // named function
increment_in_var   // var set to function

Karl Dahlke
_______________________________________________
Edbrowse-dev mailing list
[email protected]
http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev

Reply via email to