Hello,
I have an HTA script that I used to query some information from certain servers for hardware information. I want to reload certain fields on the form, but I don't know how to do it. I have a reload sub routine, but it will reload the whole page. The code is listed below:
Sub RunRefresh
Location.Reload(True)
End Sub
My question is how can I refresh only certain fields on the html page?
I have an HTA script that I used to query some information from certain servers for hardware information. I want to reload certain fields on the form, but I don't know how to do it. I have a reload sub routine, but it will reload the whole page. The code is listed below:
Sub RunRefresh
Location.Reload(True)
End Sub
My question is how can I refresh only certain fields on the html page?