This isn't Java :)
Anyway, what are you trying to do?
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
Clientside server? Isn't that an oxymoron? ;) I think you are getting Java confused with JavaScript.
cscgal
The Queen of DaniWeb
19,424 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
Well, clientside Java does exist but not in this context.
Think applets, desktop applications, etc. but not Javascript (which this is).
Of course a clientside serverfile I find weird indeed ;)
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
With your project advertisement you just broke this forum record of reopening oldest post, which is now 4 years and 5 months. Sorry for sarcasm, couldn't resist.
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
I am trying to access a Clientside server file from an HTML file.
Can anyone help me with how to code it? :eek:
here is what I have:
Last Name:
Password:
I think you should learn JSP/Servlet - a web technology of Java Framework.
If your java class is an applet then you may put following code in your html/jsp page.
<applet code="packagename.classname" width="100px" height="100px"></applet>
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241