Changing the HTML Dialog Title
Keywords: HTML Dialog Title
Question:
Is there any way to rename the title of an HTML Dialog box?Answer:
The HTML Dialog inherits the Winbatch title.There are several diferent ways to set the title. You can change the name with the wintitle function, e.g.:
Wintitle("~WBT", "Hello There")or you can set the WinBath title with BoxTitle("Whatever"), then bring up the HTML dialog.
Article ID: W12527Filename: HTML Dialog Title.txt