robersl has asked for the wisdom of the Perl Monks concerning the following question:
Any ideas on what I'm doing wrong? Thanks.print $q->header(), $q->start_html(-dtd=>'-//W3C//DTD HTML 4.0 Transition +al//EN', -script=>{-language=>'JavaScript', -src => '/daily_word.js'}, -onload => 'document.forms[0].elements[1].focus()');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Invisible Body Tag Attribute
by pg (Canon) on Mar 04, 2003 at 04:06 UTC |