Refreshing the control content: I generate an HTML page in an InputScript and display it with a command

Control ...  progid="C:\Temp\xxx.html" name="cid"

This works fine, but when a different HTML page is generated later on the Control still displays the previous page.

Use "CloseControl":

CloseControl  ...  name="cid"

Control ...