TitleBar On IE
Dec 7, 2005Does anyone know how to take away the top part(Minimize, maximize and
close bar) of IE in javascript.
Does anyone know how to take away the top part(Minimize, maximize and
close bar) of IE in javascript.
Can a window be opened without a titlebar? Can an alert message box be opened without a titlebar and an OK button?
I'm trying to display something like a tooltip when the onclick event occurs.
We need to open a popup window only with borders. We removed all the contents like menubar, toolbar.. etc. but we are unable to remove titlebar from the window.
View 10 Replies View RelatedI'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?f ormname=aspnetForm.<%=
ChargeFormView.FindControl("StartDate_date").ClientID
%>','calendar_window','width=180,height=130,left=500 ,top=300,titlebar=no,fullscreen=yes');calendar_win dow.focus()">
If I remove fullscreen=yes, I get a nice small window but with a titlebar.
how to put some icon in the left corner of title bar, just before the title?
View 4 Replies View RelatedI'm about to start a project where the application is one used on a publicly accessed machine. It could be like, say, a ticket purchasing application in a kiosk machine; or maybe touch-screen app that tells grocery shoppers which aisle has coffee, etc.
So my question is, can javascript (or some other language?) be used to open a window without any controls (toolbars, menubars, titlebars, frame, etc) so that the user can't close the application (or resize, change, etc.)?