Hi all,
There are some WEB sites, in fact many, are dynamic. For example
http://www.iaa.gov.il/Rashat/en-US/Airports/BenGurion/informationForTravelers/OnlineFlights.aspx?flightsType=arr
dynamically updates flights arriving and leaving Ben Gurion airport.
To find a specific flight's status there are two options
- Scrolling down the page
- advancing one page at a time
I want to see the WEB site on my PC the way it is shown in Ben Gurion airport and all International airports as the page automatically advances. Staying in one page(for example 15 lines) for 30 seconds and then advancing to next page etc.
How can I do that?
I will appreciate any advice.