Jump to content

Recommended Posts

Posted

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

Posted

$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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...