Re: javascript is executing in IE

  •  10-21-2011, 5:53 PM

    Re: javascript is executing in IE

    yes, can replicate this issue WITH IE on your demo page.
     
    just insert this code in HTML mode:
    <script type="text/javascript">
    window.location = "http://www.google.com"
    </script> 
     
    and then click the 'Save' icon. IE will redirect to google.com 
View Complete Thread