Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
link to open second window maximised
Old 12-10-2005, 11:15 AM link to open second window maximised
Novice Talker

Posts: 5
Trades: 0
I want to open a secondary window through a link in a fully maximised state, I am using this code:
<SCRIPT LANGUAGE="JavaScript">

function fullScreen(theURL) {
window.open(theURL, '', 'channelmode = yes,fullscreen=yes,titlebar = no, scrollbars=auto');
}
// End -->
</script>

then I call the above:

<body >
<a href="javascript:void(0);" onClick="fullScreen('page.htm');">Open Full Screen Window</a>
</body>

This does work most of the time but sometimes on some machines it opens the window maximised but still with a blue title bar which I don't want. What can I do to ensure that the window opens consistently fully maximised, thanks for any advice.
allmanm is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to link to open second window maximised
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25039 seconds with 12 queries