Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 3,687 Posts 1,467 Joined 2005-08-08 12:00 20-year member UID 44210
Status Offline
These past two days I have indeed learned to use InternetExplorer.Application to create a form, and I can perform multiple variable settings within the form. However, I discovered a small issue with using a BAT to generate a VBS script from variable data and then generating an HTML form: when you haven't opened any IE windows, the generated HTML form automatically appears in front of the BAT's CMD window; but if there are IE windows open, the generated HTML form will be displayed behind the BAT's CMD window.
Credits 2,013 Posts 718 Joined 2006-02-18 07:07 20-year member UID 50550
Status Offline
Originally posted by zxcv at 2006-8-12 00:34:
These days I have learned to use InternetExplorer.Application to create forms, and can perform multiple variable settings in the form
But I found a way to generate a VBS script from a BAT with variable data and then generate an HTM...
AppActivate Method
See Also
Run Scripts | WshShell Object | SendKeys Method
Activates an application window.
object.AppActivate title
Parameters
object
WshShell object.
title
Specifies which application to activate. It can be a string containing the title of the application (the same as it appears in the title bar) or the process ID
------------Excerpted from "Microsoft Windows Script Technology"