<!DOCTYPE html> <html> <style> table,th,td { border : 2px solid orange; border-collapse: collapse; } th,td { padding: 5px; } </style> <body> <h1>XMLHttpRequest…
Etiket: xml
<!DOCTYPE html> <html> <body> <h1>XMLHttpRequest Nesnesi İle Get Veya Post İle Veri Almak</h1> <button type=”button” onclick=”veriyolla()”>Veri Al</button> <p id=”gelenveri”></p> <script> function veriyolla()…