Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 02-25-2007, 01:13 PM .hta
Junior Talker

Posts: 2
Trades: 0
hi , i want to know if i save my webpage in .hta that mean that it became like a excutable where i am not in need anymore to an internet browser to see it .
thanks in advance.
zaknbou is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-25-2007, 04:43 PM Re: .hta
OmuCuSucu's Avatar
Vi Veri Veniversum Vivus

Posts: 1,168
Name: Dragos-Valentin
Location: Cluj-Napoca, RO
Trades: 0
web pages are viewed in web browsers.
executables aren't web pages.
no clue what a .hta should mean.

not sure what you meant, but if i understood you correctly hope the above clears answers your question.
__________________
.
» Please remember to add to my Talkupation if you enjoyed my post. Thank you :)
.
OmuCuSucu is offline
Reply With Quote
View Public Profile
 
Old 02-25-2007, 09:27 PM Re: .hta
Tom_M's Avatar
Ultra Talker

Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
Trades: 0
I believe IE still has to be installed though since .hta's use IE's object model. Not really sure. I haven't ran into many reasons to use .hta's. I have used them before for demonstrations where you need to display web pages for power point presentaions. Very nice way to display web pages without showing also the garbage that comes along in the browser (toolbars, menus, etc.).
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 02-26-2007, 03:31 PM Re: .hta
OmuCuSucu's Avatar
Vi Veri Veniversum Vivus

Posts: 1,168
Name: Dragos-Valentin
Location: Cluj-Napoca, RO
Trades: 0
so .hta is like a browser with a web page included?
__________________
.
» Please remember to add to my Talkupation if you enjoyed my post. Thank you :)
.
OmuCuSucu is offline
Reply With Quote
View Public Profile
 
Old 02-26-2007, 05:00 PM Re: .hta
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
sounds interesting... so what the hell is .hta??
Someone explain in detail

Dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 02-26-2007, 09:06 PM Re: .hta
Tom_M's Avatar
Ultra Talker

Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
Trades: 0
Quote:
Originally Posted by OmuCuSucu View Post
so .hta is like a browser with a web page included?
Kinda. Basically the web pages opens in a window. You can add variables to your .hta that will add certain things to the window like menus or buttons.

And an .hta is just an application that you can create from an html file. It is as simple as renaming a file, for example change index.html to index.hta. Try it.

http://msdn.microsoft.com/workshop/a...taoverview.asp
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 02-27-2007, 10:31 PM Re: .hta
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Quote:
Originally Posted by dansgalaxy View Post
sounds interesting... so what the hell is .hta??
Someone explain in detail

Dan
HTA = Hypertext Application
Its basically a technique to allow you to create an application using HTML/VBScript/Javascript. It requires a minimum of IE4 to be installed.
When creating one, script in your page basically can do almost anything a regular executable could. Most heavy lifting is done by communication with ActiveX controls built into the system.
So, you could use an HTA to launch a borderless window, that uses javascript to read/write files, you can read/edit the registry, open sockets, all kinds of fun things. You can even customize the icon for the window and of the HTA icon itself.
Think of it like (*nix) shell scripting for windows.

HTA's use the IE engine with the security turned off. The assumption is that if the file is on your drive vs "the internet" that its ok.
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 04:49 AM Re: .hta
OmuCuSucu's Avatar
Vi Veri Veniversum Vivus

Posts: 1,168
Name: Dragos-Valentin
Location: Cluj-Napoca, RO
Trades: 0
well sounds to me like exporting flash with or without the projector ...

the html is still html. the browser changes. i learned a new thing today ... don't think i'll need it any time soon though
__________________
.
» Please remember to add to my Talkupation if you enjoyed my post. Thank you :)
.
OmuCuSucu is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 07:04 AM Re: .hta
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
this sounds quite cool, is it really used now days though i dont think i have ever come accross it.

Dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 02-28-2007, 08:38 AM Re: .hta
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Quote:
Originally Posted by dansgalaxy View Post
this sounds quite cool, is it really used now days though i dont think i have ever come accross it.

Dan
Its not widely used (as in distributed applications). It mostly serves as a way of providing a windows equivalent of shell scripting (bat files being too limited in functionality).
You can do some really cool stuff with it though.
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 03-01-2007, 11:38 AM Re: .hta
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
is it the same as what some of the online virus scanners? where they can tour pc from a webpage with virus software?

dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 03-01-2007, 07:11 PM Re: .hta
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Quote:
Originally Posted by dansgalaxy View Post
is it the same as what some of the online virus scanners? where they can tour pc from a webpage with virus software?

dan
Hmmm, not sure, I've never used those (being a linux user). I would guess that they use ActiveX. Just seems like it'd be easier to write a virus scanner in C++ than javascript.
willcode4beer is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to .hta
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.51548 seconds with 12 queries