Is there a way to close the window you are currenlty in from within a sub routine?Hi Morgan,<BR><BR>You should use Javascript to close windows like this in the code behind:<BR><BR>Visual Basci.NET<BR>Response.Write("<script>window.close</script>")<BR><BR>Maybe it is window.close(), not sure.<BR><BR>Good luck,<BR><BR>Ultima