Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how can refresh current page automatically, without press
any button and anchor tag.

Answers were Sorted based on User's Feedback



how can refresh current page automatically, without press any button and anchor tag...

Answer / satya

It is possible by using AJAX(Asynchronous Javascript And Xml).

Is This Answer Correct ?    25 Yes 8 No

how can refresh current page automatically, without press any button and anchor tag...

Answer / anuj

<meta http-equiv="refresh" content="2;url=index.htm">

Is This Answer Correct ?    17 Yes 3 No

how can refresh current page automatically, without press any button and anchor tag...

Answer / sheeba

using meta tag

<meta http-equivalent=refresh>

Is This Answer Correct ?    20 Yes 7 No

how can refresh current page automatically, without press any button and anchor tag...

Answer / ramesh

To refresh a page after a pre-defined time, without pressing
any button ot anchor tag, you can use the follwing:
var t=setTimeout("javascript statement",milliseconds);

The setTimeout() method returns a value - In the statement
above, the value is stored in a variable called t. If you
want to cancel this setTimeout(), you can refer to it using
the variable name.
window.location.reload();
var t=setTimeout("window.location.reload()",5000);

Is This Answer Correct ?    14 Yes 2 No

how can refresh current page automatically, without press any button and anchor tag...

Answer / dhir

For this we can use inner.html to refresh page automatically.

Is This Answer Correct ?    7 Yes 2 No

Post New Answer

More PHP Interview Questions

What is the use of mysql_real_escape_string() function?

0 Answers  


What is the difference between pop3 IMAP and MAPI?

0 Answers  


Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?

6 Answers  


What is the use of strpos in php?

0 Answers  


How to find length of an array in php ?

0 Answers  


Would you initialize your strings with single quotes or double quotes?

4 Answers  


How do I find out the number of parameters passed into function9?

0 Answers  


How to access standard error stream in PHP?

0 Answers  


How is traits used in php?

0 Answers  


What is the use of "echo" in php?

0 Answers  


What is namespace in php?

0 Answers  


What does a special set of tags do in php?

0 Answers  


Categories