molily: Javascript Funktion später einbinden

Beitrag lesen

Hallo,

Zitat Douglas: "The eval function is very fast. However, it can compile and execute any JavaScript program, so there can be security issues. The use of eval is indicated when the source is trusted and competent. [...] There are cases where the source is not trusted. In particular, clients should never be trusted."

Genau: »The use of eval is indicated when the source is trusted and competent.« Also von wegen eval is evil.

Mathias