Click here to Skip to main content
15,924,038 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Java Script FullScreen Part2 Pin
basementman15-Jul-03 4:23
basementman15-Jul-03 4:23 
GeneralRe: Java Script FullScreen Part2 Pin
Rahul Walavalkar22-Jul-03 8:43
Rahul Walavalkar22-Jul-03 8:43 
Questionhow do I remove a node? Pin
theJazzyBrain15-Jul-03 1:51
theJazzyBrain15-Jul-03 1:51 
AnswerRe: how do I remove a node? Pin
Anonymous15-Jul-03 4:17
Anonymous15-Jul-03 4:17 
GeneralRe: how do I remove a node? Pin
basementman15-Jul-03 4:23
basementman15-Jul-03 4:23 
GeneralRe: how do I remove a node? Pin
Bjoern Graf15-Jul-03 7:59
Bjoern Graf15-Jul-03 7:59 
GeneralJAVA SCRIPT fullscreen with no scrollbars and so on Pin
Nelo Angelo15-Jul-03 1:51
Nelo Angelo15-Jul-03 1:51 
GeneralRe: JAVA SCRIPT fullscreen with no scrollbars and so on Pin
The_Server15-Jul-03 2:16
The_Server15-Jul-03 2:16 
You cant

The workers and I tried for days to find a way and NOTHING!!!
But...
we came up with this resault:
<script>
function OpenWndFullScreenMode()
{
 window.open("popup.html","","top=<code>-30</code>,left=<code>-10</code>,width=<code>1024+10+25</code>,
height=<code>768+30+10</code>,directories,location,menubar,resizeable,scrollbars,toolbar");
// this code works only on resoultion of 1024-768
// the 'top=-30' will put the window title above the screen
// the -10 will put the window border outside the screen
// the +25 will put the scrollbars outside the screen
// SO............
// You have the efect of a full screen window without scrollbars
// NOTE: if u use the fullscreen flag in the open() function
// You <code>can NOT</code> remove the scroll bars
}
</script>



Hope I helped you...
I not sure about the specific '-10' '+25' and '+30' numbers
but you got the idea.

Thanks for your help in closing the window.


=-=-=-=-=-=-=-
The Server Rose | [Rose]
GeneralRe: JAVA SCRIPT fullscreen with no scrollbars and so on Pin
theJazzyBrain15-Jul-03 2:30
theJazzyBrain15-Jul-03 2:30 
GeneralRe: JAVA SCRIPT fullscreen with no scrollbars and so on Pin
Bjoern Graf15-Jul-03 7:53
Bjoern Graf15-Jul-03 7:53 
GeneralJava Scripting basic QUES Pin
Nelo Angelo15-Jul-03 0:18
Nelo Angelo15-Jul-03 0:18 
GeneralRe: Java Scripting basic QUES Pin
theJazzyBrain15-Jul-03 1:54
theJazzyBrain15-Jul-03 1:54 
Generalwindow.close() Pin
The_Server14-Jul-03 23:26
The_Server14-Jul-03 23:26 
GeneralRe: window.close() Pin
Nelo Angelo15-Jul-03 0:25
Nelo Angelo15-Jul-03 0:25 
GeneralJAVA SCRIPTING - incorparating time scheduling in a slide show Pin
Nelo Angelo14-Jul-03 22:24
Nelo Angelo14-Jul-03 22:24 
GeneralRe: JAVA SCRIPTING - incorparating time scheduling in a slide show Pin
The_Server14-Jul-03 23:21
The_Server14-Jul-03 23:21 
GeneralDate Validation in JScript Pin
michalJ14-Jul-03 3:17
michalJ14-Jul-03 3:17 
GeneralRe: Date Validation in JScript Pin
alex.barylski14-Jul-03 12:09
alex.barylski14-Jul-03 12:09 
GeneralRe: Date Validation in JScript Pin
Rahul Walavalkar22-Jul-03 21:48
Rahul Walavalkar22-Jul-03 21:48 
GeneralMap question Pin
Nino_113-Jul-03 17:29
Nino_113-Jul-03 17:29 
GeneralRe: Map question Pin
ZoogieZork13-Jul-03 17:34
ZoogieZork13-Jul-03 17:34 
GeneralRe: Map question Pin
Nino_113-Jul-03 17:46
Nino_113-Jul-03 17:46 
GeneralRe: Map question Pin
Rocky Moore13-Jul-03 22:54
Rocky Moore13-Jul-03 22:54 
GeneralRe: Map question Pin
Nino_114-Jul-03 16:12
Nino_114-Jul-03 16:12 
GeneralJunk mail Pin
Vipul Bhatt11-Jul-03 20:54
Vipul Bhatt11-Jul-03 20:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.