|
#1
|
|||
|
|||
|
I am attempting to open a new window fullscreen=yes. In IE 6.0.28 it works,
no bars, no borders, a true full screen. However, in IE 6.0.29, it doesn't work, it pops up with title bar, status bar and borders. Is this is glitch or digression in the new version? Is there some setting I can make to get a true fullscreen? Thanks for your help. |
|
#2
|
|||
|
|||
|
In news:027DB8AB-EF6C-4F06-836F-51373E8D6BA8@microsoft.com,
rgpassey <rgpassey@discussions.microsoft.com> had this to say: My reply is at the bottom of your sent message: > I am attempting to open a new window fullscreen=yes. In IE 6.0.28 it > works, no bars, no borders, a true full screen. However, in IE > 6.0.29, it doesn't work, it pops up with title bar, status bar and > borders. Is this is glitch or digression in the new version? Is > there some setting I can make to get a true fullscreen? Thanks for > your help. Like Kiosk mode? Start Run Type "iexplore -k kgiii.info" without the quotes (feel free to use any URL) Is that what you're looking for? -- Galen - MS MVP - Windows (Shell/User & IE) http://dts-l.org/ http://kgiii.info/ "We approached the case, you remember, with an absolutely blank mind, which is always an advantage. We had formed no theories. We were simply there to observe and to draw inferences from our observations." - Sherlock Holmes |
|
#3
|
|||
|
|||
|
One IE Window only open>Press F11 key then close IE.
|
|
#4
|
|||
|
|||
|
There's a great free program called Auto Sizer by South Bay Software that will solve your problem.
Get it at: http://tinyurl.com/7nnjr I've used it successfully for months with no problems. They have many free good helpers. Good Luck. Stan "Galen" <galennews@gmail.com> wrote in message news:umvv6LJEGHA.1264@TK2MSFTNGP09.phx.gbl... > In news:027DB8AB-EF6C-4F06-836F-51373E8D6BA8@microsoft.com, > rgpassey <rgpassey@discussions.microsoft.com> had this to say: > > My reply is at the bottom of your sent message: > >> I am attempting to open a new window fullscreen=yes. In IE 6.0.28 it >> works, no bars, no borders, a true full screen. However, in IE >> 6.0.29, it doesn't work, it pops up with title bar, status bar and >> borders. Is this is glitch or digression in the new version? Is >> there some setting I can make to get a true fullscreen? Thanks for >> your help. > > Like Kiosk mode? > > Start > Run > Type "iexplore -k kgiii.info" without the quotes (feel free to use any URL) > Is that what you're looking for? > > -- > Galen - MS MVP - Windows (Shell/User & IE) > http://dts-l.org/ > http://kgiii.info/ > > "We approached the case, you remember, with an absolutely blank mind, > which is always an advantage. We had formed no theories. We were simply > there to observe and to draw inferences from our observations." - > Sherlock Holmes > > |
|
#5
|
|||
|
|||
|
Thanks for responding you guys, however, and I should have clarified this
before, I am attempting to open a new window from an existing web page using: <a onclick="window.open('newwindow.html','title','ful lscreen=yes')"> It successfully opens a new window in IE 6.0.29, but the fullscreen=yes is what doesn't work, but does in previous versions of IE. Any new thoughts? "Galen" wrote: > In news:027DB8AB-EF6C-4F06-836F-51373E8D6BA8@microsoft.com, > rgpassey <rgpassey@discussions.microsoft.com> had this to say: > > My reply is at the bottom of your sent message: > > > I am attempting to open a new window fullscreen=yes. In IE 6.0.28 it > > works, no bars, no borders, a true full screen. However, in IE > > 6.0.29, it doesn't work, it pops up with title bar, status bar and > > borders. Is this is glitch or digression in the new version? Is > > there some setting I can make to get a true fullscreen? Thanks for > > your help. > > Like Kiosk mode? > > Start > Run > Type "iexplore -k kgiii.info" without the quotes (feel free to use any URL) > Is that what you're looking for? > > -- > Galen - MS MVP - Windows (Shell/User & IE) > http://dts-l.org/ > http://kgiii.info/ > > "We approached the case, you remember, with an absolutely blank mind, > which is always an advantage. We had formed no theories. We were simply > there to observe and to draw inferences from our observations." - > Sherlock Holmes > > > |
|
#6
|
|||
|
|||
|
In news:0EF76460-7532-434A-9535-E702A4F6F80A@microsoft.com,
rgpassey <rgpassey@discussions.microsoft.com> had this to say: My reply is at the bottom of your sent message: > Thanks for responding you guys, however, and I should have clarified > this before, I am attempting to open a new window from an existing > web page using: > > <a onclick="window.open('newwindow.html','title','ful lscreen=yes')"> > > It successfully opens a new window in IE 6.0.29, but the > fullscreen=yes is what doesn't work, but does in previous versions of > IE. Any new thoughts? > > > > "Galen" wrote: > >> In news:027DB8AB-EF6C-4F06-836F-51373E8D6BA8@microsoft.com, >> rgpassey <rgpassey@discussions.microsoft.com> had this to say: >> >> My reply is at the bottom of your sent message: >> >>> I am attempting to open a new window fullscreen=yes. In IE 6.0.28 >>> it works, no bars, no borders, a true full screen. However, in IE >>> 6.0.29, it doesn't work, it pops up with title bar, status bar and >>> borders. Is this is glitch or digression in the new version? Is >>> there some setting I can make to get a true fullscreen? Thanks for >>> your help. >> >> Like Kiosk mode? >> >> Start >> Run >> Type "iexplore -k kgiii.info" without the quotes (feel free to use >> any URL) Is that what you're looking for? >> >> -- >> Galen - MS MVP - Windows (Shell/User & IE) >> http://dts-l.org/ >> http://kgiii.info/ >> >> "We approached the case, you remember, with an absolutely blank mind, >> which is always an advantage. We had formed no theories. We were >> simply there to observe and to draw inferences from our >> observations." - >> Sherlock Holmes Take a gander here: http://www.htmlgoodies.com/beyond/dh.../3470521#click That might be more what you're looking for. You can change the button to a simple text link if that's your goal. For the above in text link (oddly they don't have that there) try this: <A HREF="javascript:void(0)" onclick="window.open('pagemane.html', 'welcome','fullscreen=yes,scrollbars=yes')"> Open a full screen window</A> -- Galen - MS MVP - Windows (Shell/User & IE) http://dts-l.org/ http://kgiii.info/ "We approached the case, you remember, with an absolutely blank mind, which is always an advantage. We had formed no theories. We were simply there to observe and to draw inferences from our observations." - Sherlock Holmes |
|
#7
|
|||
|
|||
|
Galen, I appreciate your replies! I actually visited htmlgoodies to try and
find a solution there. The problem is the version of internet explorer, I know I have the code right. It works perfectly on computers with older versions of IE, but on computers with IE version 6.0.29 it simply doesn't open full screen, and I'm looking for some kind of fix for this specific version, a patch, a line of code or whatever. any thoughts on this? -Ryan "Galen" wrote: > In news:0EF76460-7532-434A-9535-E702A4F6F80A@microsoft.com, > rgpassey <rgpassey@discussions.microsoft.com> had this to say: > > My reply is at the bottom of your sent message: > > > Thanks for responding you guys, however, and I should have clarified > > this before, I am attempting to open a new window from an existing > > web page using: > > > > <a onclick="window.open('newwindow.html','title','ful lscreen=yes')"> > > > > It successfully opens a new window in IE 6.0.29, but the > > fullscreen=yes is what doesn't work, but does in previous versions of > > IE. Any new thoughts? > > > > > > > > "Galen" wrote: > > > >> In news:027DB8AB-EF6C-4F06-836F-51373E8D6BA8@microsoft.com, > >> rgpassey <rgpassey@discussions.microsoft.com> had this to say: > >> > >> My reply is at the bottom of your sent message: > >> > >>> I am attempting to open a new window fullscreen=yes. In IE 6.0.28 > >>> it works, no bars, no borders, a true full screen. However, in IE > >>> 6.0.29, it doesn't work, it pops up with title bar, status bar and > >>> borders. Is this is glitch or digression in the new version? Is > >>> there some setting I can make to get a true fullscreen? Thanks for > >>> your help. > >> > >> Like Kiosk mode? > >> > >> Start > >> Run > >> Type "iexplore -k kgiii.info" without the quotes (feel free to use > >> any URL) Is that what you're looking for? > >> > >> -- > >> Galen - MS MVP - Windows (Shell/User & IE) > >> http://dts-l.org/ > >> http://kgiii.info/ > >> > >> "We approached the case, you remember, with an absolutely blank mind, > >> which is always an advantage. We had formed no theories. We were > >> simply there to observe and to draw inferences from our > >> observations." - > >> Sherlock Holmes > > Take a gander here: > > http://www.htmlgoodies.com/beyond/dh.../3470521#click > > That might be more what you're looking for. You can change the button to a > simple text link if that's your goal. For the above in text link (oddly they > don't have that there) try this: > > <A HREF="javascript:void(0)" > onclick="window.open('pagemane.html', > 'welcome','fullscreen=yes,scrollbars=yes')"> > Open a full screen window</A> > > -- > Galen - MS MVP - Windows (Shell/User & IE) > http://dts-l.org/ > http://kgiii.info/ > > "We approached the case, you remember, with an absolutely blank mind, > which is always an advantage. We had formed no theories. We were simply > there to observe and to draw inferences from our observations." - > Sherlock Holmes > > > |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| paste function | bobster | Outlook Express | 6 | 01-05-2006 04:39 PM |
| Switching off the Auto Fill Function | Bozay | Windows XP Security Admin | 1 | 01-05-2006 05:03 AM |
| Windows XP's Search Function | Barry Karas | Windows XP Help and Support | 2 | 01-05-2006 02:41 AM |
| USB Mass Storage Device - This device cannot start. (Code 10) | lobo201 | Windows XP Hardware | 11 | 01-05-2006 02:15 AM |
| Re: Windows XP system corruption? Ref Dr. Watson - Retaining settings? | MaxZ | Windows XP Basics | 9 | 01-05-2006 02:02 AM |