Re: cgi link

2005-06-23 Thread Brent Clark
Graeme St.Clair wrote: Try something like:- $html .= start_html( -title => "Rhubarb", -style => { 'src' => '../rhubarb.css' }, -script => [ { 'src' => '../rhubarb.js' }, $jscript ] );

Re: cgi link

2005-06-22 Thread Graeme St.Clair
Try something like:- $html .= start_html( -title => "Rhubarb", -style => { 'src' => '../rhubarb.css' }, -script => [ { 'src' => '../rhubarb.js' }, $jscript ] ); HTH, GStC. - Origin

Re: cgi link

2005-06-22 Thread Chris Devers
On Wed, 22 Jun 2005, Brent Clark wrote: > [I'm] trying to get a line as such: > You're already using CGI.pm, so why not let it do this for you? Modifying the code there a bit, this could work: $newStyle