Search Results

3
votes

How can I execute Javascript stored as a string?

Use eval as below. Eval should be used with caution, a simple search about " …