06-19-2010, 12:04 AM
HI,
Inorder to load the page completly you can wait for some time using
but the better approach is use the synchronization point, or consider any one of the object that will appear once the page is completly loaded.
Another way of doing it is you can consider the "WinStatusBar" statu which will display "Loading/Done" status.
let me know if you need any more info.
Inorder to load the page completly you can wait for some time using
Code:
wait 100 'specify the seconds here
but the better approach is use the synchronization point, or consider any one of the object that will appear once the page is completly loaded.
Another way of doing it is you can consider the "WinStatusBar" statu which will display "Loading/Done" status.
let me know if you need any more info.
Thanks,
SUpputuri
SUpputuri