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 Exception ? When is try, catch block used ?
What is hidden field?
Is classic asp dead?
What does asp stand for in technology?
What is asp give its application?
what is dry run?
What are the event handlers of Application Object?
How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.
We have recently bought Hart 475 communicator , when we try to use it on transmitter it shows error : Voltage detected on FF connectors and later show No device found , can any one give me and idea about how to solve it.
What are the attributes of the tags? What are their functions?
In case of we are not saving the information as cookies. how server detects the same user?
How will you set the values for cookies?