|
remove title bar
|
|
11-24-2007, 05:39 PM
Post: #1
|
|||
|
|||
|
remove title bar
how to remove title bar in an openbrowser window.
|
|||
|
11-25-2007, 08:47 AM
Post: #2
|
|||
|
|||
|
RE: remove title bar
You want to remove the title of an existing window or a new pop up window?
|
|||
|
11-27-2007, 02:49 PM
Post: #3
|
|||
|
|||
RE: remove title bar
albinjoseph Wrote:You want to remove the title of an existing window or a new pop up window? I want to remove title bar of a new pop up window. |
|||
|
11-29-2007, 04:40 PM
Post: #4
|
|||
|
|||
|
RE: remove title bar
I think the only way to remove the title bar is to make the page fullscreen.
PHP Code: window.open('http://www.cgshelf.com','','toolbar=No,Fullscreen=Yes,titlebar=No') |
|||
|
12-08-2007, 05:26 PM
Post: #5
|
|||
|
|||
|
RE: remove title bar
i applied the code..its working properly in offline..i got the page as fullscreen,
but when i uploaded the page..the title bar appeares... please check the following link.. http://www.sujithvengara.com |
|||
|
12-13-2007, 01:14 PM
Post: #6
|
|||
|
|||
RE: remove title bar
bpsujith Wrote:i applied the code..its working properly in offline..i got the page as fullscreen, hey sujith, u can do it if u have the patience ...chk out the attachment..i never tried to make it though..may be u culd..pls put the link after u've done with it..and remember, it will not work with firefox... |
|||
|
05-18-2010, 10:54 AM
Post: #7
|
|||
|
|||
|
RE: remove title bar
You can code as
<script> function openwin() { var a = window.open('1.html', 'somePageName', 'fullscreen=1'); window.resizeTo(100, 100); window.moveTo(2000, 2000); } </script> |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)





