Is it possible make a call to server side event of any button using javascript?



Is it possible make a call to server side event of any button using javascript?..

Answer / Rakesh Das

Yes, you can make AJAX calls to the server using JavaScript (e.g., with fetch() or jQuery's $.ajax()) when a button is clicked. You will need to send data to and receive data from the server, usually through HTTP requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.

1 Answers   IBM,


What is primitive data type in javascript?

1 Answers  


Are Attributes and Property the same?

1 Answers  


Difference between undefined and undeclared variables?

1 Answers  


What is difference between promise and callback?

1 Answers  


Is javascript the future?

1 Answers  


Can you have a function within a function in javascript?

1 Answers  


How do you sort an array in javascript?

1 Answers  


How are event handlers utilized in javascript?

1 Answers  


Is javascript case sensitive language?

1 Answers  


Between JavaScript and an ASP script, which is faster?

1 Answers  


How do I disable javascript in my browser?

1 Answers  


Categories