Reputation: 13
How exactly do I link to a different website when the validation is true in javascript? I am struggling with working out the validation.
Upvotes: 0
Views: 40
Reputation: 304
if you want to locate to other page in javascript you can use window.location.replace("Reports.html")
Upvotes: 1