News

Does JS have any equivalent to the C function _findFirst and _findNext? I'm looking for a way of parsing a folder's contents - can this be done in JS?I found a list of functions for the filesystem ...
Adding a JavaScript file to a Page using Page Properties. If you only want to use a JavaScript file on one page of your site, it's best to add it to one specific page using that page's Page Properties ...
Currently I have a webpage displaying x images using javascript...the images are just all in an array and are defined as x.jpg, xx.jpg etc...everytime I want to replace an image, or add an image etc.