Java script execution

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hussain Sanad
    New Member
    • Jul 2011
    • 9

    Java script execution

    How to execute a java script commands taken from text area tag ?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    you could use eval(), but be aware that this is a high security risk as the user can write down any malicious code he wants (and get it executed).

    Comment

    • Hussain Sanad
      New Member
      • Jul 2011
      • 9

      #3
      Thank you very much Dormilich . This is what I want.

      Comment

      Working...