View Single Post
  #2  
Old 07-06-2010, 11:03 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
I'm not sure. Testing the attached sample w/ 7.5b on Windows XP SP3 produces the expected output of

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-US">
<head>
<title>Echoing submitted form data</title>
</head>
<body>
<h1 style="font-size:1.2em">Echoing submitted form data</h1>
<table border="1" cellspacing="0">
<tr><th align="left" nowrap><tt>Comments</tt></th><td nowrap><tt>xyz</tt></td></tr>
<tr><th align="left" nowrap><tt>box</tt></th><td nowrap><tt>yes</tt></td></tr>
</table>
<p>Processed 2010-07-06T16:01Z
</p>
</body>
</html>

http://www.kinook.com/Forum/showthre...?threadid=3044
Attached Files
File Type: bld http.bld (685 Bytes, 873 views)
Reply With Quote