|
Hi. I had built a Java application and a website which used ASP. I have to diplay a link of java application to the website. Anyone can help me out here? Thank you very much!!
|
|
|
I've not done this before, but here is a website with some tips:
http://www.echoecho.com/applets01.htm
I've seen code like this in HTML pages before, so you do something like this:
<applet code="a.class" name="webcamApplet" CODEBASE="http://210.66.11.6/" width="320" height="240" border="0">
<param name="imagename" value="/forum/webcam.jpg">
<param name="webcamwidth" value="320">
<param name="webcamheight" value="240">
<param name="wtime" value="2000">
</applet> |
|
It's really not an ASP thing, just how to embed a Java Applet in HTML. Good Luck!
|
|
|
|
|
|
|
|
|
|