Results 1 to 5 of 5

Thread: What are HTA in Programming Language?

  1. #1
    Join Date
    Jul 2006
    Posts
    218

    What are HTA in Programming Language?

    Hello folks,
    I have done the C++, Core Java programming languages. With that I also know about the HTML and JavaScript. But I am confused when I go through the HTA. I don't know anything about the HTA!! When I tried to search on Web I found different things that was not related with my topic. So thought that posting here, can be a good idea. Please tell me what are HTA in Programming Language? I have read this in different programming languages.
    ~*~Silent~Kid~*~
    "To The World You May Be Just One Person, But To One Person You May Be The World"

  2. #2
    Join Date
    Jul 2006
    Posts
    442

    Re: What are HTA in Programming Language?

    An HTML Application (HTA) is a Microsoft Windows application written with HTML and Dynamic HTML. HTAs can be made from regular HTML files by simply changing the file extension to .hta. The power to build HTML Applications (HTAs) brings Microsoft Internet Explorer to the fore as a viable Microsoft Windows development platform. HTAs are full-fledged applications. A regular HTML file is confined to the security model of the web browser. Because an HTA has more privileges than an HTML page, it cannot be executed via HTTP. Rather, the HTA must be downloaded and executed from the local file system.
    "When they give you ruled paper, write the other way..." J.R.J.

  3. #3
    Join Date
    Jul 2006
    Posts
    286

    Re: What are HTA in Programming Language?

    HTA applications are available in Windows since the advent of the Internet Explorer 4. Files with the extension. Hypertension associated with "Microsoft (R) HTML Application host" mshta.exe. They are executable by double-clicking the file. The security applied to HTA applications are somewhat different from those applied to HTML pages. Thus, an HTA application has access to the file system (FileSystemObject), the registry and the WMI. With HTAs, Dynamic HTML (DHTML) with script can be added to that list. HTAs not only support everything a Web page does—namely HTML, Cascading Style Sheets (CSS), scripting languages, and behaviors—but also HTA-specific functionality.
    IF you hate me, please don't mention it. I know who hates me and who doesn't. You really do not have to make fun of people....

  4. #4
    Join Date
    Aug 2006
    Posts
    235

    Re: What are HTA in Programming Language?

    To create an HTA, write an HTML page, and then save it with the .hta extension. he following sample demonstrates the simplest possible HTA. An HTA runs as a fully trusted application and therefore has more privileges than a normal HTML file. It consists of a string—"Hello, World"—and is saved with the .hta extension. (Even though the html and body tags are omitted in this example, no error is displayed.) To close the HTA, press ALT+F4. The HTA:APPLICATION tag in the following example specifies application features not available in DHTML.
    HTML Code:
    <HEAD>
      <TITLE>My Monster Application</TITLE>
      <HTA:APPLICATION ID="oMyApp" 
        APPLICATIONNAME="monster" 
        BORDER="none"
        CAPTION="no"
        ICON="/graphics/creature.ico"
        SHOWINTASKBAR="no"
        SINGLEINSTANCE="yes"
        SYSMENU="no"
        WINDOWSTATE="maximize">
    </HEAD>
    3.2 (northwood)
    2gig ram
    ATI AIW X800xt 256mb
    Gigabyte GA-8knxp 875p Chipset
    Optiwrite 8X DVD Burner
    Win XP PRO Sp2 (Works Perfectly)
    2 SATA Raptor 74gig Raid 0
    2 7200 IDE 320gig HD

  5. #5
    Join Date
    Apr 2008
    Posts
    1,948

    Re: The properties of HTA: application

    The properties of HTA: application are as follows :
    1. ID - String, identifier of the application, then allowing the script to access the application.
    2. ApplicationName - This is an application name.
    3. CAPTION - yes' or 'no': sets whether the title bar is displayed or not.
    4. ICON - Full path to icon file (. Ico) 32x32 associated with the application.
    5. INNERBORDER - 'yes' or 'no': defines if the inner edge "3D" the window is displayed or not.
    6. ContextMenu - True or False : display the context menu (click on the window, the right button of mouse)
    7. SCROLLFLAT: 'yes' or 'no': - Specifies the visual appearance of the scrollbar, with 'no' 3D appearance and 'yes' side "flat"

Similar Threads

  1. Do you think HTML is a Programming language
    By Mr Alfa in forum Polls & Voting
    Replies: 3
    Last Post: 26-11-2010, 05:40 PM
  2. What are the advantages of C programming language?
    By Ram Bharose in forum Software Development
    Replies: 5
    Last Post: 30-01-2010, 11:50 AM
  3. why C++ is a powerful programming language than C?
    By Luz in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 05:44 PM
  4. Socket programming: Is any new Programming Language?
    By Kushan in forum Software Development
    Replies: 3
    Last Post: 14-11-2009, 11:13 AM
  5. What is htaccess? What does it mean in programming language?
    By Aienstaien in forum Software Development
    Replies: 4
    Last Post: 16-09-2009, 02:48 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,870,038.38746 seconds with 17 queries