It would probably be better if you find one solution that works for
all browsers (that you want to support) instead of trying to switch
between different methods for different browsers.  Browser detection
isn't always completely accurate, and it adds unnecessary complexity.

We do something like this in our product.  I don't remember the
specific code for it, but we use javascript to detect the screen size
and then open the window with that size.  It's worked for every
browser we've thrown it at.

  -Andy

On 2/1/07, Gustavo Duenas <[EMAIL PROTECTED]> wrote:
well it works on safari, there is a way to detect the browser type in
order to redirect or to open a window....



Regards.



On Feb 1, 2007, at 1:58 PM, Helmut Granda wrote:

> Gustavo,
>
> the fullScreen command only works in IE (I didnt know it did work in
> Safari). So you have to look for an alternative to launch a
> fullscreen in
> FF/Netscape/Moz
>
>
>
> On 2/1/07, Gustavo Duenas <[EMAIL PROTECTED]> wrote:
>>
>> hi guys Iknow this is not for javascript but I think you might know
>> of this, is a easy thing, I'm trying to open a browser window
>> fullscreen, using javascript, in safari looks great and maybe in IE
>> but in firefox,
>> open the window but less than I expect in size.
>>
>> the code is.
>>   If one of you can help me out, I'll appreciate.
>>
>>    <area shape="rect" coords="216,310,370,334"  onclick=" javaScript:
>> window.open('fullpage.html', 'LRS', 'fullScreen', 'scrollBars')"  />
>>
>>
>> regards
>>
>> Gustavo Duenas
>>
>> _______________________________________________
>> Flashcoders@chattyfig.figleaf.com
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
>>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>

Gustavo Duenas

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to