/    Sign up×
Community /Pin to ProfileBookmark

full screen window without titlebar problem

Hi frnds

i want full screen window without titlebar, i can use this script

[COLOR=”Red”]
var win = window.open(‘index.aspx’,”,”channelmode=yes,scrollbars=yes,status=no,toolbar=n o,menubar=no,titlebar=no,resizable=no”);
opener=self;
window.close();[/COLOR]

but still coming… titlebar

pls help urgent ,pls…………….

regards sree.
[email][email protected][/email]

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@ricpMay 05.2007 — You can't is the simple answer.

In IE you could (pre v7) add "fullscreen=yes" to force kiosk mode (you can also do it from the command line by calling IE with a -kiosk parameter). However that has now been removed. In fact in IE7 you can't open a window without a status bar (and I believe an address bar, although I don't have it here to test). That leaves you with the completely hacky createPopup method which is still supported in later IE versions, but it's not the solution and is certainly not cross browser.

In FF you have never been allowed to open a window without a title.
Copy linkTweet thisAlerts:
@hisreeauthorMay 05.2007 — hi ricp thnx for reply to my posted problem ,

i hve another problem,

i hve created 2 html files ,load.html and adminhome.html ,

when i open in browser load.html , automatically open adminhome.html and close to load.html , i want this like.

but i can use this script

<script language="javascript">

function loadingWindow()

{

window.open('adminhome.html','navwindow','QuotePuzzler','width=786,height=600,left='+((screen.width-786)/2)+',top='+((screen.height - 600)/2)+',toolbar=no,menubar=no,scrollbars=no,fullscreen=yes, status=no,resizable=no,titlebar=no');

opener=self;

window.close();

}

</script>

in ie woking this but mozila firefox ,netsacpe,opera is not working this script,

pls slove problem frnds
Copy linkTweet thisAlerts:
@mortiMay 05.2007 — tyjjljkl-ölk-k
×

Success!

Help @hisree spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...