473,387 Members | 3,750 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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

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").Clien tID
%>','calendar_window','width=180,height=130,left=5 00,top=300,titlebar=no,fullscreen=yes');calendar_w indow.focus()">

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

thanks.

Nov 11 '06 #1
4 3625
Daz

Jason wrote:
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").Clien tID
%>','calendar_window','width=180,height=130,left=5 00,top=300,titlebar=no,fullscreen=yes');calendar_w indow.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'?

Nov 11 '06 #2
VK
Jason wrote:
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").Clien tID
%>','calendar_window','width=180,height=130,left=5 00,top=300,titlebar=no,fullscreen=yes');calendar_w indow.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."

Nov 11 '06 #3
Daz

Jason wrote:
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").Clien tID
%>','calendar_window','width=180,height=130,left=5 00,top=300,titlebar=no,fullscreen=yes');calendar_w indow.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.

Nov 11 '06 #4

Any way to resize once in fullscreen?

I've seen a number of posts and how-to sites on how to do this, but
none seem to work IE 6.0 Apparently there is no way to resize and and
move a full screen window??

like this one:
http://www.codelifter.com/main/javas...esspopup1.html
and
http://www.htmlgoodies.com/beyond/ja...le.php/3471181

The demos never sizes down or moves the window.

Has anybody done this in IE 6+? Can it be done?

Thank you.

Nov 21 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Obantec Support | last post by:
Hi i leached some code and strung together a popup i need for a page with 5 help buttons. Now i could use 5 scripts and pre-load the values but i would rather get a better understanding of how...
10
by: Oliver | last post by:
Hello, i'm having trouble with a css type popup. It's not doing what i want in Mozilla 1.6 and in IE6.0 it's not working at all. The html code looks like this: <div class="themenkueche"...
2
by: Targa | last post by:
Im using the code below to pop up a window: It works fine except for that in the titlebar, my domain name is listed before the page title like below: http://mydomain.com - MyPopupwindowname -...
20
by: ruca | last post by:
Hi, DESCRIPTION: I'm developing an application that when I need to insert a date, I use 3 textbox's and one image button. This image button open's a small popup window with a calendar,...
11
by: Alex.Svetos | last post by:
Hello, I'm trying to get a popup to keep focus when it is re-clicked. The script below is supposed to produce this exact behaviour, however it doesn't work, at least on firefox 1.0.7 and moz...
4
by: Jon | last post by:
Hi, I am calling the function showpopupWindow(item) to open and write a popup window. When testing in IE6 locally the popup window displays my text in both the title and status bars but when...
4
by: onlymukti4u | last post by:
Hi, I need to call another page as a popup without any titlebar,scrollbar and menubar. I had used window.open method but by defult titlebar is coming. Can anyone help me out. Regards, Prasad
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.