|
.... If you do not use AJAX technology, you will not be able to access the server's database without POSTing data.
Because only after you submit the data, the server will respond to your request.
Of course, you can also save all the field IDs in the database when reading this page in advance, write the XML data format with PHP, and then use JAVASCRIPT to judge locally.
AJAX technology also works, this technology can directly access the server without POST. But I didn't do much research on this. Ha ha. |
|