in reply to Re: Multiple script tags?
in thread Multiple script tags?
Thanks, this seems to do the trick:
print $q->start_html( -script=>[ { 'language'=>"javascript", 'type'=>"text/javascript", 'src'=>"png.js" }, { 'language'=>"javascript", 'type'=>"text/javascript", 'src'=>"mailForm.js" } ] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
3Re: Multiple script tags?
by jeffa (Bishop) on Oct 14, 2003 at 22:21 UTC |