Computer Science, asked by shivphul9923, 1 year ago

Write an Ajax program to search student name according to the character typed and display same list using array.

Answers

Answered by suchitgiri276
0

AJAX is used to create more interactive applications. ... web page can communicate with a web server while a user type characters in an input field: ... In the example above, when a user types a character in the input field, a function ... First, check if the input field is empty (str.length == 0). ... Array with names ... PRINT PAGE.

Similar questions