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>
In reply to Re^2: Open PDF file on load
by laffingpc
in thread Open PDF file on load
by laffingpc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |