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