I have a non dotnetnuke aspx page sitting in a folder that is nothing to do with dnn.
ie.... mypage.aspx
with the content
<html><head></head><body></body></html>
in my module, on a control (a button will do) the click event contains
"<script language='JavaScript'>window.open('" & ResolveUrl("~/mypage.aspx") & "', '', 'fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no,left=0,top=0,width=1000,height=700')</script>")
as expected, this pops open a new window (my blank window) however, if i click the button again, i am directed to the log on page.
If the webpage being directed to is outside of my website then it does not log the user off. ie
Response.Write("<script language='JavaScript'>window.open('http://www.yahoo.co.uk', '', 'fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no,left=0,top=0,width=1000,height=700')</script>")
works every time.
anybody got any ideas ?
-regards-
dave
Response.Write(