How do I redirect users after submit button click? My javascript isn\'t working:
Javascript
Why don't you use plain html?
...
In your login.php you can then use the header() function.
header("Location: welcome.php");