Hi all,
I was wondering if anyone could point me in the right direction how to do the following.
I am creating 20k different HTML pages and have got my app working to do this as I wish.
What i would like to do is randomly change a few variables each time a page is created. For example.
the webpages contain hyperlinks to for example 90 different pages. each hyperlink is in my application as a string but currently each assigned to its own variable
eek: shocking code i know). is there a way to use my current code and randomly select one of these variables and use it's string value each time the HTML page is created? Or is there a simpler way to do this? I have no experience in arrays but have tried this but had no luck as i thought that would be a better method. Am i on the right tracks with an array?
Thanks
Daryl
I was wondering if anyone could point me in the right direction how to do the following.
I am creating 20k different HTML pages and have got my app working to do this as I wish.
What i would like to do is randomly change a few variables each time a page is created. For example.
the webpages contain hyperlinks to for example 90 different pages. each hyperlink is in my application as a string but currently each assigned to its own variable
Thanks
Daryl