Hi,
I am loading a page using ajax,
I want to match the content of <script>***</script> tags, and use eval() to evaluate them instead,
I tried alot but I couldn't find a proper pattern for a regular expression to be used for this purpose.
I am loading a page using ajax,
I want to match the content of <script>***</script> tags, and use eval() to evaluate them instead,
I tried alot but I couldn't find a proper pattern for a regular expression to be used for this purpose.
Comment