Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
On a Button click i'm opening a default browser with a desired Url.

I want that in a loop inputted by the user it will have "F5" command executed that number of times.

I am able to open the number of tabs should open in default browser but not the number of times it should refresh itself.
Posted
Updated 6-Jul-15 19:27pm
v2

1 solution

Please search for a solution before posting. Maybe you didn't know that F5 is a page refresh / reload?

here is a good article on reloading the page after x seconds:

Automatically refresh page after some interval[^]

Please use this judiciously. Constant page shifting can be a nightmare for the user and there are always better solutions

Hope that helps

Andy
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900