> Is there any way to get multiple script tags using CGI.pm, or do I
> need to abandon it?
Ah, upon a closer reading of the documentation, I found the answer.
-script => [
{
-language => 'JavaScript',
-src => '/javascript/foo.js',
},
{
-language => 'JavaScript',
-src => '/javascript/bar.js',
},
],
Thanks to anyone who started to look at this.
+ Richard J. Barbalace
[EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Multiple script tags in HTML head Richard J. Barbalace
- Re: Multiple script tags in HTML head Stephan Tinnemeyer
- Re: Multiple script tags in HTML head Richard J. Barbalace
- Re: Multiple script tags in HTML head Curtis Poe
