Jump to content

Recommended Posts

Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

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.