Connecting Tech Pros Worldwide Forums | Help | Site Map

Preview file from link?

Betina Andersen
Guest
 
Posts: n/a
#1: Sep 23 '08
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
Guest
 
Posts: n/a
#2: Sep 23 '08

re: Preview file from link?


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

http://jquery.com/



Betina Andersen wrote:
Quote:
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
>
>
Betina Andersen
Guest
 
Posts: n/a
#3: Sep 23 '08

re: Preview file from link?


"M. Savas Zorlu" <savas@zorlumail.comskrev i en meddelelse
news:OS8SagWHJHA.4232@TK2MSFTNGP03.phx.gbl...
Quote:
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


M. Savas Zorlu
Guest
 
Posts: n/a
#4: Sep 23 '08

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:
Quote:
"M. Savas Zorlu" <savas@zorlumail.comskrev i en meddelelse
news:OS8SagWHJHA.4232@TK2MSFTNGP03.phx.gbl...
Quote:
>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
>
>
Anthony Jones
Guest
 
Posts: n/a
#5: Sep 23 '08

re: Preview file from link?


"Betina Andersen" <byl@invalid.comwrote in message
news:O6xuOaWHJHA.3960@TK2MSFTNGP04.phx.gbl...
Quote:
>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

Betina Andersen
Guest
 
Posts: n/a
#6: Sep 23 '08

re: Preview file from link?


"Anthony Jones" <AnthonyWJones@yadayadayada.comskrev i en meddelelse
news:Oy9453XHJHA.1304@TK2MSFTNGP02.phx.gbl...
Quote:
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


Anthony Jones
Guest
 
Posts: n/a
#7: Sep 23 '08

re: Preview file from link?


"Betina Andersen" <byl@invalid.comwrote in message
news:%23N0fpBYHJHA.4232@TK2MSFTNGP03.phx.gbl...
Quote:
"Anthony Jones" <AnthonyWJones@yadayadayada.comskrev i en meddelelse
news:Oy9453XHJHA.1304@TK2MSFTNGP02.phx.gbl...
Quote:
>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.

Betina Andersen
Guest
 
Posts: n/a
#8: Sep 24 '08

re: Preview file from link?



"Anthony Jones" <AnthonyWJones@yadayadayada.comskrev i en meddelelse
news:OisoUOYHJHA.728@TK2MSFTNGP03.phx.gbl...
Quote:
I don't know of any you might try googling it?
>
I have, but have not found any.

Regards Betina


Closed Thread