0

How exactly do I link to a different website when the validation is true in javascript? I am struggling with working out the validation.

1 Answers1

1

if you want to locate to other page in javascript you can use window.location.replace("Reports.html")