Re: Enable Javascript Execution in Preview

  •  01-30-2008, 11:22 AM

    Re: Enable Javascript Execution in Preview

    I tried that and it still doesn't execute.  I added the following to my Default.config file:
     
     <security name="EnableStripScriptTags">false</security>
    Here is my test HTML code:
     
    <html><script>alert("test");</script> <body> Type here </body> </html> 
    I am testing in IE6 on Windows XP.
View Complete Thread