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 |
i want question papers of ASP
What is asp in web technology?
How do in-process and cross-process communication work in the common language runtime?
What are the methods in Application Object?
how to implemet online examination in asp.net
How do I view an aspx file?
How do I open an asp file on a mac?
Is classic asp dead?
define the functionality of web server in context to Active server page.
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll? A. TextStream B. Dictionary Object C. Err Object D. FileSystemObject E. All are available from scrrun.dll.
What are the methods in applet ? When is init(), start() called ?
What app opens aspx files?