Problems of inserting javascript dynamically under script tag in IE
321 views
Skip to first unread message
Renee Lau
unread,
Nov 21, 2010, 11:06:22 PM11/21/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi
I have problem on inserting javascript under the scirpt tag.
I am doing a kind of dynamic form which allow users to insert some
simple javascript which associated with widget events.
My problem is that the code works fine in FF and Chrome but not in IE
browsers and after some investigation.
It is found that IE is not allowed some javascript features to be run
on its browser which will cause memory leakage.