codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  How to open a pop up without Titlebar?  SmitaK at 07:42 on Friday, September 22, 2006
 

Hello,
The requirement is to have a pop up dialog box without title bar, the pop up screen has its own close button hence the minimize/close buttons are also not required. <br> I have written the following code

window.open(url,"_blank","directories=no,height=355,location=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,width=305","false");


Still my pop up has title bar, can somebody suggest any solution for this?

Thanks,
Smita

  Re: How to open a pop up without Titlebar?  dhanalakshmi at 10:39 on Friday, December 15, 2006
 

Try this out:

window.open(url, "New Page", "width="+width+",height="+height+",left=0,top=0,scrollbars=yes,resizable=yes");








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Re: Compare date / time < 5
•  Re: Difference between two dates including From & To date
•  Disabling ActiveX dialog box in IE
•  Calling a matlab function to work in an array
•  Re: Browse button /filedialog in perl tk:
•  Re: horizontal scroll bar for drop down list box
•  How to give two actions for a single href
•  Re: Need Help with a Regular Expression
•  Re: Lightweight components reuses its parents graphical units. Heavyweight components


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2010