in reply to Re^2: IE specific conditional comments in header of CGI.pm
in thread IE specific conditional comments in header of CGI.pm

No, I'm saying I achieve this by avoiding building the page using CGI, which I find takes much longer, more effort, and use a template file which I populate dynamically. I have to cater for IE6 users (sadly), using the same method you posted. See HTML::Template Tutorial, Framework, Templating, and Content Management Systems from the Web Programming tutorials.

  • Comment on Re^3: IE specific conditional comments in header of CGI.pm