As far as I know, IE is the only browser that can run .hta files.

The return value from window.open and window.opener should work fine
in Chrome.  You just need to run everything from normal Javascript or
included Javascript files, not from an .hta file.

On Nov 11, 12:21 pm, jtb <[email protected]> wrote:
> Hello,
>
> Excuse me for me English.
>
> Google Chrome is defined as my default Web navigator.
> I run an HTA file on my PC under Windows XP SP2.
>
> I use :
> hWnd = window.open("url", "_blank"...);
> to open a new window from Javascript code.
>
> It works well but the URL is displayed with Microsoft Internet
> Explorer.
>
> I want to open the URL in Google Chrome.
>
> Is it possible to do that ? (Peharps not because it is from an HTA
> file)
>
> If yes, can I use the handle hWnd returned by window.open from the
> code in the HTA and "window.opener" from the code in the Google Chrome
> (because I can do that when opened with IE)
>
> Regards,
>
> jtb

-- 
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss

Reply via email to