in reply to Re^2: Open PDF file on load
in thread Open PDF file on load

Javascript can't read the array

Why don't you just create n window.open(...) statements with the appropriate URIs on the Perl side, and send the resulting JS to the browser?  (wrapped in <script> tags, of course)

Replies are listed 'Best First'.
Re^4: Open PDF file on load
by laffingpc (Initiate) on Aug 12, 2009 at 19:10 UTC
    Thanks for the help. I have it working now.