Hi,
it would be usefull

public static native void windoOpen(String pUrl)/*-{

        if ($wnd.showModalDialog) {
                        var height = screen.height;
                        var width = screen.width;

$wnd.showModalDialog(pUrl,'name','dialogHeight:'+height+'px;dialogwidth:'+width+'px;scroll:no;status=no');

                }else {

 
$wnd.open(pUrl,'name','dialogHeight:'+height+'px;dialogwidth:'+width+'px;scroll:no;status=no');
               }
    }-*/;



Thanks,
Malli.










On Fri, Mar 5, 2010 at 1:24 AM, raj kumar <[email protected]> wrote:

> hey jim!!!!!!!!!!!!!!!!!!!!!!!
>
>                 It's working very well for me in IE.May be check you tools
> setting in IE...
>
> Regards,
> Raj.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to