this bit of code is not working. I am using PHP and want to redirect my user to CAD.HTML after he has submitted his data. Am I missing something obvious here. Please help!
input name="Submit " type="submit" id="Submit " value="Submit Request" onClick="Location:cad.html"
I am beginner and haven't started writing functions please let me know if it is required with some bit of help with the code
Thank you
Update
form id="post" method='post' action="mymail.php" name="post"
input name="Submit " type="submit" id="Submit " value="Submit Request" onClick="location.href=cad.html" />