rodger
04-18-2003, 04:19 AM
How can i reduce the screen size back to normal (from full screen) AND re-directed away from the press of one button?
I am able to achieve both but not from one action
I am able to achieve both but not from one action
|
Click to See Complete Forum and Search --> : Fullscreen exit and redirect rodger 04-18-2003, 04:19 AM How can i reduce the screen size back to normal (from full screen) AND re-directed away from the press of one button? I am able to achieve both but not from one action DrDaMour 04-18-2003, 05:14 AM onclick="code1;code2;code3;code4" the ; will seperate code segments. rodger 04-18-2003, 09:08 AM doesn,t work ive created two functions (clozewin1) and (clozewin2) <SCRIPT LANGUAGE="JavaScript"> function Clozewin1(){window.close(self);} </script> <SCRIPT LANGUAGE="JavaScript"> function Clozewin2(){window.close(self);} </script> and called them both..... onclick="Clozewin1();Clozewin2()" the window will only revert back to its original size in its original window but refuses to continue and close completely!!!!! HELP:confused: DrDaMour 04-18-2003, 12:12 PM i don't understand, you said you could do the two things seperately, then just do those two things one after the other. what's your code for doing those two things seperately? rodger 04-18-2003, 01:58 PM basicaly what ime looking for is one button and one single press of it, to A) return the window back from fullscreen to normal, then B) take the viewer away to a different page (or) close a window.......... Starting with preliminary 200 x 200 window timed to redirect to another page, same window but with code in it to auto switch it to full screen. This full screen page has a button but canot do any more with it than switch back the view to normal....as and when i am able to update the site you could check out the problem webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |