You must Sign In to post a response.
  • Category: JavaScript

    Autirefresh particular page using javascript or jquery

    Hi,

    I want to autoreferesh my html page for every 1 minute.

    For example if i have 10 html pages and if i write lines of code for auto referesh in html page 2 , auto refresh should happen for html page 2 only for every 1 minute , should not get refresh for all other pages.

    And whenever i visit html page 2 then auto refreh should work for that oage only , if i visit other html pages auto refresh should not work.


    Regards,
    Ayesha
  • #769975
    Hi

    try this code

    <head>
    <meta http-equiv="refresh" content="30">
    </head>

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.


  • Sign In to post your comments