small popup window for with no titlebar or borders in IE 6+?

J

Jason

Its been asked and done before I suspect, but I can't find anything
that will work.

I'm trying this and it has no titlebar, but shows the calendar on a
full page.

<a
href="javascript:calendar_window=window.open('cal.aspx?formname=aspnetForm.<%=
ChargeFormView.FindControl("StartDate_date").ClientID
%>','calendar_window','width=180,height=130,left=500,top=300,titlebar=no,fullscreen=yes');calendar_window.focus()">

If I remove fullscreen=yes, I get a nice small window but with a
titlebar.

thanks.
 
D

Daz

Jason said:
Its been asked and done before I suspect, but I can't find anything
that will work.

I'm trying this and it has no titlebar, but shows the calendar on a
full page.

<a
href="javascript:calendar_window=window.open('cal.aspx?formname=aspnetForm.<%=
ChargeFormView.FindControl("StartDate_date").ClientID
%>','calendar_window','width=180,height=130,left=500,top=300,titlebar=no,fullscreen=yes');calendar_window.focus()">

If I remove fullscreen=yes, I get a nice small window but with a
titlebar.

thanks.

I know this might sound like a dumb question, but by 'titlebar', do you
actually mean 'toolbar'?
 
V

VK

Jason said:
Its been asked and done before I suspect, but I can't find anything
that will work.

I'm trying this and it has no titlebar, but shows the calendar on a
full page.

<a
href="javascript:calendar_window=window.open('cal.aspx?formname=aspnetForm.<%=
ChargeFormView.FindControl("StartDate_date").ClientID
%>','calendar_window','width=180,height=130,left=500,top=300,titlebar=no,fullscreen=yes');calendar_window.focus()">

If I remove fullscreen=yes, I get a nice small window but with a
titlebar.

<http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp>
"titlebar
Internet Explorer 5.5 and later. This feature is no longer supported.
The Title Bar remains visible unless the fullscreen sFeature is active."
 
D

Daz

Jason said:
Its been asked and done before I suspect, but I can't find anything
that will work.

I'm trying this and it has no titlebar, but shows the calendar on a
full page.

<a
href="javascript:calendar_window=window.open('cal.aspx?formname=aspnetForm.<%=
ChargeFormView.FindControl("StartDate_date").ClientID
%>','calendar_window','width=180,height=130,left=500,top=300,titlebar=no,fullscreen=yes');calendar_window.focus()">

If I remove fullscreen=yes, I get a nice small window but with a
titlebar.

thanks.
Perhaps you could try and resize the window once it's opened?
I'm not sure how easy this would be to achieve, or how it would look,
but I am sure it can be done.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top