Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTA : Full Introduction
#1
Hello everyone.

Many of you might know about HTA Application .And many may not.

This Tutorial will teach you what is HTA .

"A HTA application is just a HTML file a with a .hta extension.The only difference netween the html and hta is the forming or coming of new command in HTA."


Now let us try a program to print "hello world!!!"

Code:
<html>
<title>My First HTA</title>
<head>
<HTA:APPLICATION>
</head>
<BODY SCROLL="yes">
Hello World!!!
</body>
<html>
.

Well this example will just print "Hello World".



This tut will be updated tomorrow according to the response of this "PART-1".


-Akshay*
[Image: 2d75599e9a.png]:superman:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)