No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
My web pages are written in JSP and want to put online. Could you recommend some free web hosting? I searched, but can not find the one I want. Thank you.
Hello, skillers, I have an applet that needs to use image files to create Image. However, when loaded by web-browser, the applet can not find the image files but it works perfectly fine by using appletviewer. Here is the code for defining the applet: [CODE] <applet archive="applet.jar" width="600" height="630" code="board.Player0.class"> …
Try changing the following code: [code]+ " VALUES ('"+opponentName+"', '"+homeAway+"'," + " '"+clubScore+"', '"+opponentScore+"')");[/code] To: [code]+ " VALUES ('"+opponentName+"', '"+homeAway+"'," + " '"+clubScore+"', '"+opponentScore+"')");[/code] That is: Add the escape \ for the single quote mark
The End.
ze0001ng