Refresh Page
Posted
by
Suraj M Patel
332
Hello Everyone,
If we want to refresh a page after some action here is one of the simplest way to do it.
First of all create a function called RefreshPage as shown in below snapshot..
Code:
Variable Name - WshShell
Data Type - Automation
Sub Type - 'Windows Script Host Object Model'.WshShell
Function Call: - RefreshPage
The function should be called from an appropriate place where required and page would get refreshed after than action.
And its done.
Your valuable comments and feedback are appreciated.
"Power is gained by Sharing Knowledge not hoarding it"
If we want to refresh a page after some action here is one of the simplest way to do it.
First of all create a function called RefreshPage as shown in below snapshot..
Code:
Variable Name - WshShell
Data Type - Automation
Sub Type - 'Windows Script Host Object Model'.WshShell
Function Call: - RefreshPage
The function should be called from an appropriate place where required and page would get refreshed after than action.
And its done.
Your valuable comments and feedback are appreciated.
"Power is gained by Sharing Knowledge not hoarding it"
*This post is locked for comments