It is important not to stop javascript, even the current context,
on a simple error like a syntax error or unreferenced variable.
This happens a lot; some kind of analytics script
that just tracks visitors to the site,
and those tend to be complicated javascript,
so uses a function that I don't have, and stops,
but then the next chunk of code is executed,
and that is the heart of the website, code that we really need to function.
So this is one of those things I should think about for a couple days,
before writing a line of code.

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

Reply via email to