Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~484 People Reached

3 Posted Topics

Member Avatar for ze0001ng

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.

Member Avatar for radhakrishna.p
0
314
Member Avatar for ze0001ng

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"> …

0
52
Member Avatar for nadius

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

Member Avatar for ~s.o.s~
0
117

The End.