INCLUDE files: IREV COMMAND & FUNCTIONS

Command: jcAnswer message

show an alert displaying text and/or irev variables Same use as the REV command. (transparent use of Javascript)

EXAMPLE show CODE

IREV EXAMPLES & CODE

Draughts player (server side)

A Draughts game will be launch in a small window. Click on the PREVIOUS and NEXT buttons to show previous / next step of the play This is the server side version (no use of Javascript)

EXAMPLE show CODE

Draughts player (Client side Revlet)

WARNING: THIS VERSION USES the beta REVWEB PLUGIN. A Draughts game will be launch in a small window. Click on the PREVIOUS and NEXT buttons to show previous / next step of the play

EXAMPLE