D
Daniel Walzenbach
Hi,
I have an application using "Forms authentication".
Everything works perfectly well except when I try to open
a new page with java script like the following:
<script language='javascript'>window.open
(myPage.aspx','','Fullscreen=no; Scrollbars=yes;
Menubar=no; Locationbar=no; Resizable=yes; Status=no;')
</script>
I now get to see the login page. Does anybody know how to
prevent this behaviour?
Thank you a lot!
Daniel Walzenbach
I have an application using "Forms authentication".
Everything works perfectly well except when I try to open
a new page with java script like the following:
<script language='javascript'>window.open
(myPage.aspx','','Fullscreen=no; Scrollbars=yes;
Menubar=no; Locationbar=no; Resizable=yes; Status=no;')
</script>
I now get to see the login page. Does anybody know how to
prevent this behaviour?
Thank you a lot!
Daniel Walzenbach