open excel file on page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am sure this must be simple do (famous last words?!).

I have an excel file in a folder on the website and I just want to have it
open up immediately (in an iframe or something?) once the page has been
opened.

This is in .net 2.0 and the page I am opening is a content page being called
from a masterpage link. Is there a way of making the excel file open within
the page once the link is clicked?

Thanks
 
Set the onClick for the hyperlink to a window.open() and open the Excel file
in question.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 
Back
Top