Web Related

HTC Information

01/08/2009 16:59
HTML Components (HTCs) are a nonstandard mechanism to implement components in script as Dynamic HTML (DHTML) "behaviors"[1] in the "Microsoft Internet Explorer" web browser. Such files typically use a .htc extension. HTC is typically an HTML file (with JavaScript/VBScript) and a set elements...

Favicon

29/07/2009 14:59
A favicon (short for favorites icon), also known as a website icon, shortcut icon, url icon, or bookmark icon is a 16x16 pixel square icon associated with a particular website or webpage.[1] A web designer can create such an icon and install it into a website (or webpage) by several means, and most...

Html Components(htc) Information

29/07/2009 10:30
HTML Components Componentizing Web Applications This version: https://www.w3.org/TR/1998/NOTE-HTMLComponents-19981023Latest version: https://www.w3.org/TR/NOTE-HTMLComponentsEditor: Chris Wilson (Microsoft) Additional contributors: Dave Massy (Microsoft) Sara Williams (Microsoft) Rebecca Norlander...

Html Application - HTA

29/07/2009 10:01
      An HTML Application (HTA) is a Microsoft Windows application written with HTML and Dynamic HTML. The ability to write HTAs was introduced with Microsoft Internet Explorer 5.0. HTAs can be made from regular HTML files by simply changing the file extension to .hta. To customize...

Web Examples

HTA Web Browser

01/08/2009 11:38
Here is the code of the simple webbrowser: <html> <title>Nativman WEB Browser</title> <HTA:APPLICATION ID="myRover" APPLICATIONNAME="Nativ Browser" BORDER="THICK" SYSMENU="YES" VERSION="1.1" WINDOWSTATE="maximize" > <script language="javascript"> var historyLoc=0; var...

Generate Batch, JScript, KiXtart, Object Rexx, Perl, PowerShell, Python and VBScript code for WMI queries

31/07/2009 15:30
<HEAD> <TITLE>WMI Code Generator</TITLE> <HTA:APPLICATION ID="WMIGen" VERSION="2.01" APPLICATIONNAME="WMI Code Generator" SCROLL="yes" SINGLEINSTANCE="yes" WINDOWSTATE="maximize" > </HEAD> <SCRIPT LANGUAGE="VBScript"> ' Variable to set filter for...

Web Discussion

No comments found.