I use a heavily modified Photoshop web galleries for speed of production for an area of a clients website, (example: http://www.patrickirelandframes.com/content/print_on_demand/galleries/Spencer_III/index.html), and although they have many 'pages' for each gallery, ultimately the content is controlled by javascript.
Example:
Is it posible now or in some future release to be able for zoom search to recognise that the code is in an html page and return the text in indexes and searches? The text within the arrays would be very usefull if returned in searches.
Jon
Example:
Code:
myImagesIndexed[newIndex] = new Array("S1448-SpencerIII-TwoStepsToWriting.jpg", "<!-- title -->Two Steps To Writing<!-- -->", "<!-- size -->n/a<!-- -->", "<!-- category title -->Contemporary Artists<!-- -->", "<!-- image set title/artist -->Spencer III<!-- -->", "<!-- ref number -->S1448<!-- -->");
Jon
Comment