running java applet with on-demand content

Discussion in 'Java' started by epaif, Mar 11, 2010.

  1. epaif

    epaif New Member

    Joined:
    Mar 11, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Want to place several (say 300) crossword puzzles onto a JOOMLA! site. The puzzles appear in a java applet. At this time i create an article and a menu item for each of the puzzles and this works, but very time-consuming. What i'd prefer: creating a box where a unique ID number of the puzzle is entered by the visitor and when this ID is sent, the adequate puzzle should appear. (must say, i'm a crossword-fan, but complete amateur in programming)

    There is one applet which handles the different datafiles.

    A piece of code:
    .
    .
    <applet code="cw.....
    .
    .
    <param name="title1" value="title of the puzzle">
    <param name="puzzle1" value="138.cwe"> /*this value should change on demand, all the puzzles are created in this ijk.cwe format, other parts of the code are constant.*/
    <param name="corr...
    .
    .
    </applet>
    .
    .

    Could anyone help ?
    Thank you.

    Ed Paif
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Moved to Java forum
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice