Jump to content

Uploading chessboard on website

Featured Replies

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

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.