SitePoint Sponsor |
|
User Tag List
Results 1 to 16 of 16
-
Oct 16, 2003, 06:02 #1
- Join Date
- Jun 2003
- Location
- ether
- Posts
- 4,497
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
opening new window in fullscreen mode
Can some one tell me how can I open a new window in the fullscreen mode.
I am using the following code:-
Code:<a href="javascript:myWin(page.html, 200, 400);">Open Window</a> <script language="JavaScript"> function myWin(url, h, w) { var myWin = window.open(url, "myWin", "height=200, width=300"); } </script>
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - Photo Blog - Personal Blog - Dev Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
-
Oct 16, 2003, 06:17 #2
I found this simple script to open a window fullscreen. Maybe you can adapt it to your needs:
http://www.js-examples.com/example/?...&COLOR_OFF=YES
-
Oct 16, 2003, 09:56 #3
-
Oct 16, 2003, 11:27 #4
- Join Date
- Jun 2003
- Location
- ether
- Posts
- 4,497
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
It worked like a charm. Thanks for the link Vinnie. & yes, I needed it for IE/Win beetle. But you have aroused my curiosity. Tell me, is there a way to open a window in fullscreen mode in Netscape too or other platform that win??
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - Photo Blog - Personal Blog - Dev Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
-
Oct 16, 2003, 11:30 #5
-
Oct 16, 2003, 11:43 #6
- Join Date
- Jun 2003
- Location
- ether
- Posts
- 4,497
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Its never 2 late to start a good thing
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - Photo Blog - Personal Blog - Dev Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
-
Oct 16, 2003, 11:46 #7
-
Oct 16, 2003, 11:52 #8
- Join Date
- Jun 2003
- Location
- ether
- Posts
- 4,497
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
never did I suggest that u do my research. I do my work myself as far as I can do. I just need some help, that's all. I am going through my books & net. maybe I'll come up with something or maybe not. but if anyone knows it, the help is more than welcome.
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - Photo Blog - Personal Blog - Dev Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
-
Oct 17, 2003, 02:51 #9
- Join Date
- Jun 2003
- Location
- ether
- Posts
- 4,497
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Hey, can I minimise a window through JavaScript too??
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - Photo Blog - Personal Blog - Dev Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
-
Oct 17, 2003, 06:45 #10
-
Oct 17, 2003, 10:22 #11
- Join Date
- Jun 2003
- Location
- ether
- Posts
- 4,497
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Agree, its not the normal fullscreen mode but that does the work, so I am not complaining. I was just wondering that whether can I minimize the window by Javascript too. I need it for Internet Explorer 6 on Windows2000 or above so there must be some way with microsoft providing many special active-x for IE & JScript methods. What do you think???
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - Photo Blog - Personal Blog - Dev Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
-
Oct 17, 2003, 10:25 #12
- Join Date
- Jul 2002
- Location
- Dallas, TX
- Posts
- 2,900
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
If you can it an HTA, you can probably do this, but I really don't know. You're gonna have to get real friendly with MSDN and just read, read, read.
-
Oct 17, 2003, 11:07 #13
- Join Date
- Jun 2003
- Location
- ether
- Posts
- 4,497
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Not a bad idea but time gobbler. what HTA by the way??
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - Photo Blog - Personal Blog - Dev Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
-
Oct 17, 2003, 11:10 #14
-
Oct 17, 2003, 15:28 #15
- Join Date
- Dec 2002
- Location
- Alabama, USA
- Posts
- 2,560
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by beetle
My wife says I've totally forgotten!Cross-Browser.com, Home of the X Library
-
Oct 19, 2003, 07:37 #16
- Join Date
- Jun 2003
- Location
- ether
- Posts
- 4,497
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Thanks for the link beetle. I didn't know even a tenth about HTAs than what the msdn told me. So I gather that a window can be minimized through JScript in HTAs. I am still looking for the way to do it though.
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - Photo Blog - Personal Blog - Dev Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
Bookmarks