Graeme St.Clair wrote:
Try something like:-

$html .= start_html( -title      => "Rhubarb",
                    -style      => { 'src' => '../rhubarb.css' },
                    -script     => [ { 'src' => '../rhubarb.js' },
                                       $jscript ]
                  );

HTH, GStC.


ahh worked like a charm

thanks

Brent

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to