How to refersh an asp page on a single click of a button.
Answer Posted / sanjay
<script>
function refresh()
{
window.location.reload();
}
</script>
<button onclick='refresh();'>Refresh the page once</button>
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Name the methods in session object?
Why do we use asp?
What are the browsers that can access asp pages?
How to display images using response object?
Is asp a programming language?
Can I use com objects from a .net framework program?
Hii My Question is How the Down Payment will clear in APP? Can any one help me
Explain how do you box a primitive data type variable?
How to include active x controls in asp code?
Why we need stored procedures?
How do you administer security for my machine for an enterprise?
What is http header?
What is the difference between sap r/2 and r/3
What is the purpose of application.lock method?
How do you make it so that code runs when the security system is stopping it?