Connecting Tech Pros Worldwide Help | Site Map

Preview file from link?

  #1  
Old September 23rd, 2008, 11:35 AM
Betina Andersen
Guest
 
Posts: n/a
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


  #2  
Old September 23rd, 2008, 11:45 AM
M. Savas Zorlu
Guest
 
Posts: n/a

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
>
>
  #3  
Old September 23rd, 2008, 01:05 PM
Betina Andersen
Guest
 
Posts: n/a

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


  #4  
Old September 23rd, 2008, 01:15 PM
M. Savas Zorlu
Guest
 
Posts: n/a

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
>
>
  #5  
Old September 23rd, 2008, 02:25 PM
Anthony Jones
Guest
 
Posts: n/a

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

  #6  
Old September 23rd, 2008, 02:35 PM
Betina Andersen
Guest
 
Posts: n/a

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


  #7  
Old September 23rd, 2008, 02:55 PM
Anthony Jones
Guest
 
Posts: n/a

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.

  #8  
Old September 24th, 2008, 09:15 AM
Betina Andersen
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
TIFF file does not open qysbc answers 6 March 16th, 2006 07:25 PM
PostBackUrl cannot work for file link. ABC answers 6 November 19th, 2005 08:56 PM
Double "Open/Save/Cancel/More Info" dialog when downloading text file from ASP.NET theyas answers 7 November 18th, 2005 10:41 AM
Access style by name of external file? Markus Ernst answers 2 July 20th, 2005 10:17 PM