- Menu scripts
- Window scripts
- Calendar scripts
- Gallery scripts
- Form widgets
- XP widgets
- Table widgets
- Drag and drop
- Folder trees
- Tooltips
- AJAX scripts
- Misc scripts

- Javascript games
- Chess widgets
- DHTML Suite
- Top sponsors
- anbieter-vergleichen
- Sigmalist.com
- Metis.net
- More
- Top referers
- Yahoo
- smashingmagazine.com
- miniajax.com
- noupe.com
Download AJAX based chess widget
Download files
You can download the script from this zip file.
PHP
This script requires that you have access to PHP.
How it works
This script uses AJAX to call a PHP file on the server. This PHP files parses a predefined PGN file(Common format for saved chess games) and shows you the available games in the files. Ajax is also used to retreve the moves in the game when you click on it.
Configuration
You can make changes to the layout by adjusting the CSS.
Which PGN file to load is specified in the file getGameData.php, example:
$pgnFile = "games/Lasker.pgn";


