
HowDoI get client Excel app in Browser frame ?
Well, sort of - but I'd like to avoid the extra message & click. I've
generated the spreadsheet on-the-fly after the last user interraction, and
I'd like to slap it into the browser without requiring any further user
clicking.
getting closer though........
and thanks, by the way.
Quote:
> If you simply reference the .xls file, it will open in the browser if you
> have Excel on your machine.
> <a href="myplan.xls">Click to open my plan in IE</a>
> Is this what you're trying to do?
> Effrem Norwood
> Managing Partner
> Neoa Resources, Ltd.
> > How Do get a Client excel app into a Browser (as opposed to it's own)
> > window/Frame ?
> > <SCRIPT LANGUAGE=VBScript>
> > dim app
> > set app = createobject("Excel.Application")
> > app.Visible = true
> > pops it up as another application, but I'd like to get it into the
browser
> > itself.