TWebBrowser in Delphi
TWebBrowser component (in the Internet palette of Delphi IDE) is a Microsoft ActiveX ® control that you can use on your application's forms to browse Web sites, view Web pages and other documents, and download data located on the Internet. The TWebBrowser component is useful in situations where you don't want to disrupt the work flow in your application by switching from your application to a Web browser or other document-viewing application. The TWebBrowser component can display any Web page that Microsoft Internet Explorer version 3.0 or later (i.e. 4.0, 4.01, 5, 5.5, 6 ...) can display. For example, the TTWebBrowser component can display pages that includeany of the following features: 1. Standard HTML and HTML enhancements, such as floating frames and cascading style sheets 2. Other ActiveX controls 3. Most Netscape plug-ins 4. Scripting, such as Microsoft Visual Basic Scripting Edition (VBScript) or JavaScript 5. JavaTM applets 6. Mu