Thanks!
Wow, this change reveals just how chatty the major websites are.
At db4, on the login page of paypal, there is a constant stream
of js on a very short interval like '50'.
To experience it in a serialized kind of way is interesting,
different from either the web in a GUI, or from a completely
discrete edbrowse session which is quiet until you trigger it.
Kind of reminds me of monitoring tcpdump or an http proxy, except
all it's doing is run client side code over and over.
(until we open the can of worms of XHR!)
On Sat, 5 Dec 2015, Karl Dahlke wrote:
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
--------
Kevin Carhart * 415 225 5306 * The Ten Ninety Nihilists
_______________________________________________
Edbrowse-dev mailing list
[email protected]
http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev