Re: Title Bar Icon

From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 01/27/05


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 


Relevant Pages

  • Re: Are "include files" serach egine friendly and HTML/XHTML compliant?
    ... I am not sure but I think it has problem with ASP pages. ... done with it by removing all VBscript codes and test it again pure HTML ... Any unrendered ASP code will return an error in a validator - it must be ...
    (microsoft.public.frontpage.programming)
  • Re: Creating a DLL
    ... > The MS Common Dialog Control is an ActiveX control. ... >>I do understand the difference between ASP and ASP.NET. ... >> existing HTML pages. ...
    (microsoft.public.dotnet.languages.vb.controls)
  • Re: Problem with freewrap and encoding (please just give it a try)
    ... > Those last few lines don't look like any special ASP stuff to me. ... By copying and pasting I meant copying the following HTML lines ... set fileId ... set parFileId ...
    (comp.lang.tcl)
  • Re: ASP vs ASP.NET
    ... browser can only understand HTML. ... that's all that browsers can understand. ... As far as your ASP vs. ASP.NET concerns... ... >> dynamic areas without the need to change your HTML layout techniques. ...
    (microsoft.public.inetserver.asp.general)
  • Re: ASP vs ASP.NET
    ... browser can only understand HTML. ... that's all that browsers can understand. ... As far as your ASP vs. ASP.NET concerns... ... >> dynamic areas without the need to change your HTML layout techniques. ...
    (microsoft.public.inetserver.asp.components)