Hi friends,
I want to open a file..from around 10 numbered files present 1 to 10... in random order each time i click on the link present in an html file,
For e.g
let the files which i want to open be f1,f2,...f10
i want to write such a function in html so that different files open at different clicks on the link present in the html file.
<A HREF="f*.pdf">m yfile</A>
where * lies between 1 to 10.. and any file from f1 to f10 opens on clicking on the hyperlink myfile(i.e randomly generated file)
thanks for your time
I want to open a file..from around 10 numbered files present 1 to 10... in random order each time i click on the link present in an html file,
For e.g
let the files which i want to open be f1,f2,...f10
i want to write such a function in html so that different files open at different clicks on the link present in the html file.
<A HREF="f*.pdf">m yfile</A>
where * lies between 1 to 10.. and any file from f1 to f10 opens on clicking on the hyperlink myfile(i.e randomly generated file)
thanks for your time
Comment