Preview file from link?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Betina Andersen

    Preview file from link?

    I have a page with links to different files (doc, pdf, jpg, tiff, xls
    etc.) - now I am supposed to let the user preview them by holding the mouse
    over a link, somewhat like Vistas function when you hold the mouse over a
    program in the taskbar it pops up - can this be done i asp and how?

    Regard Betina


  • M. Savas Zorlu

    #2
    Re: Preview file from link?

    You can use ajax to achieve this. Try jQuery - Boxover.
    or any similar Jquery plugin.

    jQuery: The Write Less, Do More, JavaScript Library




    Betina Andersen wrote:
    I have a page with links to different files (doc, pdf, jpg, tiff, xls
    etc.) - now I am supposed to let the user preview them by holding the mouse
    over a link, somewhat like Vistas function when you hold the mouse over a
    program in the taskbar it pops up - can this be done i asp and how?
    >
    Regard Betina
    >
    >

    Comment

    • Betina Andersen

      #3
      Re: Preview file from link?

      "M. Savas Zorlu" <savas@zorlumai l.comskrev i en meddelelse
      news:OS8SagWHJH A.4232@TK2MSFTN GP03.phx.gbl...
      You can use ajax to achieve this. Try jQuery - Boxover.
      or any similar Jquery plugin.
      >
      jQuery: The Write Less, Do More, JavaScript Library

      >
      Hmm I have looked it over but cannot see how to do that, do you have an
      example of previewing a .doc file on mouseover using jQuery?

      Regards Betina


      Comment

      • M. Savas Zorlu

        #4
        Re: Preview file from link?

        Well this is just the mouse over part. What you display in it is
        something different. I am sure there are ways to get contents of a doc
        file. But It's not my expertise.

        Betina Andersen wrote:
        "M. Savas Zorlu" <savas@zorlumai l.comskrev i en meddelelse
        news:OS8SagWHJH A.4232@TK2MSFTN GP03.phx.gbl...
        >You can use ajax to achieve this. Try jQuery - Boxover.
        >or any similar Jquery plugin.
        >>
        >http://jquery.com/
        >>
        Hmm I have looked it over but cannot see how to do that, do you have an
        example of previewing a .doc file on mouseover using jQuery?
        >
        Regards Betina
        >
        >

        Comment

        • Anthony Jones

          #5
          Re: Preview file from link?

          "Betina Andersen" <byl@invalid.co mwrote in message
          news:O6xuOaWHJH A.3960@TK2MSFTN GP04.phx.gbl...
          >I have a page with links to different files (doc, pdf, jpg, tiff, xls
          >etc.) - now I am supposed to let the user preview them by holding the mouse
          >over a link, somewhat like Vistas function when you hold the mouse over a
          >program in the taskbar it pops up - can this be done i asp and how?
          >
          The hover over popup image is the easy bit. The hardbit is creating the
          preview image from this disparate set of file types in the first place. For
          that you'll need some third party component, do you such a thing? If not
          you're not going to get very far.


          --
          Anthony Jones - MVP ASP/ASP.NET

          Comment

          • Betina Andersen

            #6
            Re: Preview file from link?

            "Anthony Jones" <AnthonyWJones@ yadayadayada.co mskrev i en meddelelse
            news:Oy9453XHJH A.1304@TK2MSFTN GP02.phx.gbl...
            that you'll need some third party component, do you such a thing? If not
            you're not going to get very far.
            I do not have the component, but if you know of one (or more) that can do
            that, I will take a look at them and see if we shall invest in it.

            Regards Betina


            Comment

            • Anthony Jones

              #7
              Re: Preview file from link?

              "Betina Andersen" <byl@invalid.co mwrote in message
              news:%23N0fpBYH JHA.4232@TK2MSF TNGP03.phx.gbl. ..
              "Anthony Jones" <AnthonyWJones@ yadayadayada.co mskrev i en meddelelse
              news:Oy9453XHJH A.1304@TK2MSFTN GP02.phx.gbl...
              >that you'll need some third party component, do you such a thing? If not
              >you're not going to get very far.
              I do not have the component, but if you know of one (or more) that can do
              that, I will take a look at them and see if we shall invest in it.
              >
              I don't know of any you might try googling it?

              Anthony.

              Comment

              • Betina Andersen

                #8
                Re: Preview file from link?


                "Anthony Jones" <AnthonyWJones@ yadayadayada.co mskrev i en meddelelse
                news:OisoUOYHJH A.728@TK2MSFTNG P03.phx.gbl...
                I don't know of any you might try googling it?
                >
                I have, but have not found any.

                Regards Betina


                Comment

                Working...