JavaScript, reading from a file and opening links.
Posted: Thu May 03, 2007 1:36 pm
I have a logfile on the server and I want to be able to open it with a javascript, go through all the links and open them in separate tabs in the browser. Is this possible?
The links are stored as an array like this (php stored):
The links are stored as an array like this (php stored):
Code: Select all
Array
(
[0] => http://www.randomsite.domain
[1] => www.randomsite.domain
[2] => http://randomsite.domain
)