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 |
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.
What is primitive data type in javascript?
Are Attributes and Property the same?
Difference between undefined and undeclared variables?
What is difference between promise and callback?
Is javascript the future?
Can you have a function within a function in javascript?
How do you sort an array in javascript?
How are event handlers utilized in javascript?
Is javascript case sensitive language?
Between JavaScript and an ASP script, which is faster?
How do I disable javascript in my browser?