codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Link Java application to ASP website.  daisu69 at 20:55 on Friday, March 12, 2004
 

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!!

  Re: Link Java application to ASP website.  Troy Wolf at 19:32 on Tuesday, March 16, 2004
 

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!
Troy Wolf: site expert
Shiny Solutions









CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Use of VB .NET
•  Cookies and new pages
•  need help with e-mail validation
•  Problems with DHTML dropdown menus
•  Re: Passing values from a select box to a text box
•  lowerCase to UpperCase
•  Re: Javascript validation that will stop a ` (apostrophe) being entered
•  Re: pop-up Javascript calendar
•  nested classes


Recent Articles
Communicating with the Database (Using ADO)
MagicGrid
Simple Thumbnail Browsing Solution
Type Anywhere
A Better Moustrap: FmtDate to replace FormatDateTime
ASP.NET Forum Source Code
Internal Search Engine
Javascript Growing Window
Simple date validation
Search engine friendly URLs using ASP.NET (C#.NET)


Site Survey
Help us serve you better. Take a five minute survey. Click here!

© Copyright codetoad.com 2001-2005