AV1611 Posted October 20, 2007 Share Posted October 20, 2007 I was gonna post a link, but found it didn't validate, so decided it was best to do that first With this doc type: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> why is this not valid??? <INPUT type="button" VALUE="Back" onClick="history.go(-1);return true;"> I simply want a button that take the person to the other page/domain from which they came from (which is on a different server) Quote Link to comment Share on other sites More sharing options...
448191 Posted October 20, 2007 Share Posted October 20, 2007 All XHTML tags and attributes should be in lowercase. Change the case on change the DTD (to HTML). Quote Link to comment Share on other sites More sharing options...
AV1611 Posted October 20, 2007 Author Share Posted October 20, 2007 Thanks, I was looking for something more technical Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.