mlohmac
MIS
- Oct 28, 2002
- 10
Hello, I am trying to get a pop-up window to launch without the status bar. Below, is the snippet of code that is in-line in my HTML. The pop-up contains an ASP.NET calander control that retutrns a date value to a text box. Everything is working correctly, but no mater what I have tried the status bar is still visible. Any idea what could be wrong? I am using IE 6.
-Cameron
<a href="javascript:calendar_window=window.open('Calendar.aspx?formname=Form1.txtPMDate','calendar_window','status=no,width=165,height=165,top=300,left=150');calendar_window.focus()">
<IMG src="images/calendar.gif" border="0">
</a>
-Cameron
<a href="javascript:calendar_window=window.open('Calendar.aspx?formname=Form1.txtPMDate','calendar_window','status=no,width=165,height=165,top=300,left=150');calendar_window.focus()">
<IMG src="images/calendar.gif" border="0">
</a>