How to refersh an asp page on a single click of a button.

Answers were Sorted based on User's Feedback



How to refersh an asp page on a single click of a button...

Answer / sanjay

<script>
function refresh()
{
window.location.reload();
}
</script>
<button onclick='refresh();'>Refresh the page once</button>

Is This Answer Correct ?    10 Yes 0 No

How to refersh an asp page on a single click of a button...

Answer / gul

We can refresh an ASP page to press F5 key.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More ASP Interview Questions

what is execution of asp page

1 Answers  


How do cross-process communication work in the common language runtime?

0 Answers  


The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.

1 Answers  


What is difference between asp and php?

0 Answers  


What is the purpose of application.lock method?

0 Answers  


Define a cookies collection?

0 Answers  


What is difference between asp and aspx?

0 Answers  


How to run FileSystemObject in ASP

1 Answers   Karvy,


In how many ways you can connect to the Database?

2 Answers   TCS,


What are the properties of session object?

0 Answers  


what is WCF?

1 Answers  


How to insert the records in a database table by using asp?

0 Answers  


Categories