Results 1 to 5 of 5
  1. #1
    XtrapX's Avatar No1sperfect

    Join Date
    May 2009
    Country
    Posts
    1,272
    Thanked
    6
    Thanks
    23
    First of all, hewwos o.o (just came for a little question)

    I have a project to do with xhtml. I thought about making a dictionary website. And I got the dictionary application (java application). I'm just here to ask how I can include this application on my xhtml website? (also... do not give me a link to any website... I don't want any tutorials... just tell me how I can include this java application on my xhtml website.)

    might be nice if you could help me on that... any1


    *I had no other choice than posting this in this section... I dunno why but they removed the coders section.

  2. #2
    slugheady's Avatar ୧༼***༽୨

    Join Date
    May 2009
    Posts
    5,703
    Thanked
    219
    Thanks
    1,414
    google everything, the basics are easely to find and specific parts as well

  3. #3
    XtrapX's Avatar No1sperfect

    Join Date
    May 2009
    Country
    Posts
    1,272
    Thanked
    6
    Thanks
    23
    I'm not the type of guy that like to google and learn crap from website... imma wait for someone to explain me how -.-'

  4. #4
    Dave's Avatar 1' or 1=1--

    Join Date
    Aug 2008
    Country
    Posts
    24,014
    Thanked
    115
    Thanks
    12,958
    Java or Javascript? Since that's a pretty big difference.

    For java:

    <applet code="javaapp.class" codebase="html/" align="baseline"
    width="200" height="200">
    <param name="model" value="models/bla.xyz">
    No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!!
    </applet>

    or

    <APPLET CODE="Animate.class" WIDTH=100 HEIGHT=100>
    <PARAM NAME=img1 VALUE="/images/1.jpg">
    <PARAM NAME=img2 VALUE="/images/2.jpg">
    <IMG SRC="animation.gif" ALT="" WIDTH=100 HEIGHT=100>
    </APPLET>

    I'm not really known with Java so it's the best to take a look at these two sites since they show the codes on how to embed it.
    http://download.oracle.com/javase/1....sing_tags.html
    http://htmlhelp.com/reference/html40...al/applet.html
    It's a terrible thing, I think, in life to wait until you're ready.
    I have this feeling now that actually no one is ever ready to do anything.
    There is almost no such thing as ready. There is only now.
    And you may as well do it now. Generally speaking, now is as good a time as any.

  5. #5
    Xemgin's Avatar Founder of German-Pros

    Join Date
    May 2009
    Country
    Posts
    3,687
    Thanked
    0
    Thanks
    246
    Use google....
    There you can find what you search
    Xemgin & Time German-B/Pros
    And Toxi my big friend
    Originally Posted by Sindura View Post
    Its Like Time,Xemgin,Me Broz4Ever =)
    Visit us German-Pros
    InGame: Xemgin
    Level: 98 (RS used: 1x)
    Clan: Leader of German-Pros / Rank 4 (Rank 0 on V7)

    Vote 4 FreestyleGunz

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)