how can we generate alert message without referashing page
in asp.net with language vb.net and script use in java
script .means with out referash the page message in java
alert
What is difference between api and library?
What does "1"+2+3 evaluate to?
What is class example?
What does the term sticky session mean in a web-farm scenario? Why would you use a sticky session? What is the potential disadvantage of using a sticky session?
What does parse Query String return in javascript?
What is the use of a set object in javascript?
What is noscript tag?
What are JavaScript Cookies?
Explain a story about javascript performance problems?
Mention what is the disadvantage of using innerhtml in javascript?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
How to detect the operating system on the client machine?