Hi,In my html (generated) I have a script tag (javascript) that gets its source from an aspx (.net) file. Like this -script LANGUAGE="JavaScript" src="/App/getJSValue.aspx"(Note: deliberately removed opening and closing tags to make the line visible in the post)The aspx file basically sets a javascript variable to true or false based upon user session value. The page works fine on web server. But inside TeamSite, when browsing (not previewing from DCR form) the page, it throws an Javascript error. On further investigation I figured out that the aspx file is rendering its output not to the script frame of the main html page but to the script frame of the SCE toolbar. Thats why in the main page the javascript variable is never found and so is the error. When previewing the page from the DCR form the SCE is not enabled and the page works fine without any issue.Has anyone else have encountered this problem and if yes have you found a resolution?Appreciate any suggestion.Thanks-PB