This commit is contained in:
Robert
2025-03-10 18:11:44 +00:00
parent 53cc07dc30
commit 6fe1c3fe19
4 changed files with 21 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
function redirectToFile() {
window.location.href = 'index.html'; // Replace 'file.html' with the actual file you want to redirect to
}
document.getElementById('contactForm').addEventListener('submit', function(event) {
event.preventDefault();
const Name = document.getElementById('Name').value;