I am an IT consultant, but I work entirely on the hardware and networking side of things. I don't work with much (any) code. So most of what you guys do within this forum may as well be in Chinese. But I've got an issue that I hope you might help me resolve:
I've got a problem in front of me- a program that upon startup throws an error:
End tag 'head' does not match the start tag 'link'.
I believe I've narrowed the problem down to a file called updateversion.x ml
Code for that file is here:
I hope I posted that code correctly and I don't get kicked out of this forum. :) If anyone here has an answer, I'll be most appreciative.
Thanks,
Jake
Montana, USA
I've got a problem in front of me- a program that upon startup throws an error:
End tag 'head' does not match the start tag 'link'.
I believe I've narrowed the problem down to a file called updateversion.x ml
Code for that file is here:
Code:
<html> <head> <title>Internet Usage Terms and Conditions</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="css.php?color=000000" rel="stylesheet" type="text/css"> </head> <iframe name="header" marginwidth=0 marginheight=0 scrolling="no" frameborder="0" width="855" height="40" src="welcome_head.php?res=notyet&uamip=192.168.182.1&uamport=3990&challenge=84fa96bbc24a062090d00bd72b338265&userurl=&nasid=634&mac=00-1F-3A-1E-C7-00"></iframe> <iframe name="main" marginwidth=0 marginheight=0 scrolling="no" frameborder="0" width="1000" height="1500" src="welcome_main.php?res=notyet&uamip=192.168.182.1&uamport=3990&challenge=84fa96bbc24a062090d00bd72b338265&userurl=&nasid=634&mac=00-1F-3A-1E-C7-00"></iframe> </html>
Thanks,
Jake
Montana, USA
Comment