can you do this with javascript??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roger Simmons

    #1

    can you do this with javascript??

    In the Google Desktop (for Windows) when you click on one of the
    search results, it uses a redirect url script to open your file with
    the associated application, from the browser.

    I need to be able to do exactly that. I have been working on this
    problem for many days now without success. If anyone has a solution I
    would be most indebted.

    Roger
  • Evertjan.

    #2
    Re: can you do this with javascript??

    Roger Simmons wrote on 19 dec 2004 in comp.lang.javas cript:
    [color=blue]
    > In the Google Desktop (for Windows) when you click on one of the
    > search results, it uses a redirect url script to open your file with
    > the associated application, from the browser.
    >
    > I need to be able to do exactly that. I have been working on this
    > problem for many days now without success. If anyone has a solution I
    > would be most indebted.[/color]

    Google desktop is not a browser page,
    but a browser addin windows application,
    I believe.

    That would not be in javascript?

    --
    Evertjan.
    The Netherlands.
    (Please change the x'es to dots in my emailaddress)

    Comment

    • Richard

      #3
      Re: can you do this with javascript??

      Roger Simmons wrote:
      [color=blue]
      > In the Google Desktop (for Windows) when you click on one of the
      > search results, it uses a redirect url script to open your file with
      > the associated application, from the browser.[/color]
      [color=blue]
      > I need to be able to do exactly that. I have been working on this
      > problem for many days now without success. If anyone has a solution I
      > would be most indebted.[/color]
      [color=blue]
      > Roger[/color]


      Most likely it is written either in C++ or visiual basic since it's an
      application for the windows platform.
      It may be possible to do in js.


      Comment

      Working...