Code Comments
Programming Forum and web based access to our favorite programming groups.Guys, I am wondering if there is a way to display an excel file in a php page and to update (refresh) it every x seconds. I used an open_window jscript that is called every time my page refreshes but I'd like to open the actual excel right in my php page. Any clues? Thx.
Post Follow-up to this messageNK wrote: > Guys, > I am wondering if there is a way to display an excel file in a php page an d > to update (refresh) it every x seconds. I used an open_window jscript that > is called every time my page refreshes but I'd like to open the actual exc el > right in my php page. > > Any clues? > > Thx. > > You could use an iFrame within which you would load a php script which displayed your Excel file. This script also should have a meta tag which says refresh every few seconds.. You can also have a javaScript run in the background which will refresh the iFrame every pulse. S
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.