Hello,
I am a beginner programmer with some experience in HTML and PHP and no knowledge of Java or Javascript. I would like to upload a chessboard onto my website: abhishek.mallela.net/webpage.html.
I have used the following links to help me:
http://chess.geniusprophecy.com/chess-viewer.html
http://chesstuff.blogspot.com/2008/11/using-chess-viewer-applet_30.html
However, I am getting stuck in placing the code (in steps 2. and 3. of the second link) in my source code. For example, what lines should I change and manipulate in
<APPLET archive="Viewer-Deluxe.jar" code="ChessBoard.class" codebase="/bin" width="631" height="560" mayscript="true"> <PARAM name=PgnGameFile value="/games/Samples.Pgn"> <PARAM name=LightSquares value=F3DCC2> <PARAM name=DarkSquares value=DDA37B> <PARAM name=Background value=CCCCCC> <PARAM name=ImagesFolder value=images> <PARAM name=PuzzleMode value="off"> Your browser is completely ignoring the <APPLET> tag! </APPLET>
in order for my code to work?
Any help would be greatly appreciated. Thanks.
Abhishek