in reply to Re: Open PDF file on load
in thread Open PDF file on load
it just opens the first file the number of times of filecount. Thanks for the help.$filecount = @allFilesList; <script type="text/javascript"> function OpenAllFiles() { for (i = 0; i < $filecount; i++) { window.open ("$folder/@allFilesList[i]", + i, "_blank"); } } </script>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Open PDF file on load
by almut (Canon) on Aug 11, 2009 at 19:59 UTC | |
by laffingpc (Initiate) on Aug 12, 2009 at 19:10 UTC |