Re: Title Bar Icon
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 01/27/05
- Next message: crj: "Server-side (UI-less) WebBrowser/MSHTML control usage"
- Previous message: David: "Re: Title Bar Icon"
- In reply to: David: "Re: Title Bar Icon"
- Next in thread: David: "Re: Title Bar Icon"
- Reply: David: "Re: Title Bar Icon"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 Jan 2005 19:14:32 -0500
"David" <David@discussions.microsoft.com> wrote in message
news:FF664F74-4B88-43E6-94F5-DB63E0E626B7@microsoft.com
> Can HTA's function like ASP? I use ASP, not HTML, for my
> application. Does HTA have all the power that ASP has?
HTA application is just an HTML page that uses certain extra HTML tags,
and is delivered by the server with a MIME type of application/hta
(instead of the usual text/html). It can be generated by an ASP script
or any other server technology. Chances are, your existing ASP pages
will immediately work as HTAs as soon as you change the MIME type with
Response.ContentType = "application/hta"
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
- Next message: crj: "Server-side (UI-less) WebBrowser/MSHTML control usage"
- Previous message: David: "Re: Title Bar Icon"
- In reply to: David: "Re: Title Bar Icon"
- Next in thread: David: "Re: Title Bar Icon"
- Reply: David: "Re: Title Bar Icon"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|