in reply to CGI and XHTML

2.752 is very old. In fact it dates from 2/3/2001. Why not try a current version before you .....

$CGI::VERSION = 3.00 <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-U +S"><head><title>Untitled Document</title> <meta name="description" content="Test" /> <meta name="robots" content="all" /> <meta name="rating" content="general" /> <meta name="keywords" content="test" /> <meta http-equiv="content-language" content="en-gb@" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1 +@" /> <link rel="stylesheet" type="text/css" href="/atlantia.css" foo="bar" +media="screen"/> <script src="/sort.js" type="text/javascript"></script> </head><body onload="document..focus()"> <h1>Try a current version</h1> <select name="source" size="5" multiple="multiple"> </select>

cheers

tachyon