Web Server problems. EB023.
Posted: Sat Dec 01, 2012 6:00 pm
I am using the web server component with the EB023 board and the browser is not displaying the content correctly. Sometimes part of the html code is displayed. Usually the content is displayed correctly only when loaded for the 1st time, any further requests produce these errors. What could be the issue? This is the html code:
<!DOCTYPE html>
<html>
<head>
<title>Estacion Meteorologica</title>
<input type="button" value="Reload Page" onClick="document.location.reload(true)">
</head>
<body BGCOLOR="#FFFFFF">
<font face="arial">
<h1>Estacion Meteorologica</h1>
<p>Temperatura = %BOO1% </p>
</font>
</body>
</html>
I am using chrome and IE. Both present this problem.
<!DOCTYPE html>
<html>
<head>
<title>Estacion Meteorologica</title>
<input type="button" value="Reload Page" onClick="document.location.reload(true)">
</head>
<body BGCOLOR="#FFFFFF">
<font face="arial">
<h1>Estacion Meteorologica</h1>
<p>Temperatura = %BOO1% </p>
</font>
</body>
</html>
I am using chrome and IE. Both present this problem.