ok
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user