You gave me the function, right but now how do I activate the function to open the window in fullscreen. I know someone who said open it in or something but when I tried it failed! Hope this expl works!! Thanxs for the help!! Stay well and ejoy life to the max
Nelo Angelo
Posts
-
Java Script FullScreen Part2 -
Java Script FullScreen Part2shot to all those that are helping me!!! how do I open the fullscreen? I have a function that The Server gave me.
<!-- function OpenWndFullScreenMode() { window.open("popup.html","","top=-30,left=-10,width=800+10+25,height=600+30+10,directories,location,menubar,resizeable,scrollbars,toolbar"); } //-->
Stay well and ejoy life to the max -
JAVA SCRIPT fullscreen with no scrollbars and so onDoes anyone know how to open a window in fullscreen with no scrollbars and so on just a plain blank screen that will be used to display pics? Stay well and ejoy life to the max
-
window.close()Hi there this is a bit ironic but anyway thanx for the help and this is what my book says regarding this.
var popwindow; function popup(){ popwindow = window.open("popup.html","","top=40,left=40,width=200,height=100,directories,location,menubar,resizeable,scrollbars,toolbar"); } function close_popup(){ if (popwindow !=null )popwindow.close(); } window.onload = popup; window.onunload = close_popup;
Hope this helps not sure though!! Stay well and ejoy life to the max -
Java Scripting basic QUESHow does one call another funtion from within another. eg. function the_clown() { } function bobo() { // call function the_clown() } Incase people are wandering I've been thrown into the deep end with java scripting, I literally know only what I've taught myself in the past four working days!!!! all help will be definitly appreciated thanx Stay well and ejoy life to the max
-
JAVA SCRIPTING - incorparating time scheduling in a slide showI'm a newbie at java script and have made a slideshow which randomizes which pics and so on. But now I want to display only certain sets of pics inbetween certain times e.g. between 06:00 am and 07:30 am set 1 then back to normal then 11:45 am and 12:50 pm set 2 and so on, and I'm having problems puting all this on a fullscreen with no scrollbars or anything just the pics. If anyone who reads this can help it would be greatly appreciated. Stay well and ejoy life to the max