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 is the common language specification (cls)?
What is Session Object?
Can anyone give me a clarification about the difference among assembly,namespace,class,dll??????
What are the scripting objects in asp?
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
Define an err object?
What is meant by cookies? Explain the main features?
Define common type system (cts)?
What are the methods in applet ? When is init(), start() called ?
What are the event handlers of Application Object?
Explain the difference between sap r/2 and r/3?
what is the default .net provider