How to refersh an asp page on a single click of a button.
Answers were Sorted based on User's Feedback
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 |
What do the abbreviations asp and jsp stand for?
what is SDLC in Software?pl.give proper explaination
What is an .asp file?
SAP Design Studio Reporting Tool for beginners
What is the difference between asp and saas?
what is STLC in Testing
What is difference between Server.transfer and Response.redirect ?
What is the difference between post and get method.
What is asp model?
Distinguish functionalities of ASP in web design.
What is the difference between ASP and HTML?
What type of code is found in a code-behind class?