oranais Posted October 31, 2007 Posted October 31, 2007 I would like to display a sequence of about 15 web pages on a browser (Internet explorer or Firefox) on a plasma screen. Would it be possible to use autoit to display the web pages sequence automatically? Thanks
Nahuel Posted October 31, 2007 Posted October 31, 2007 $oIE=_IECreate("first site") Sleep( - time you want to wait before moving to the next one - ) _IENavigate($oIE,"Second site") Sleep( - time you want to wait before moving to the next one - ) _IENavigate($oIE,"Third site") Sleep( - time you want to wait before moving to the next one - ) . . . etc.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now