using applets

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rick

    using applets

    Hi,

    Is their somewhere an example to create an applet inside a piece of
    javascript? Or is this impossible?

    Greetings,
    Rick


  • Erwin Moller

    #2
    Re: using applets

    Rick wrote:
    [color=blue]
    > Hi,
    >
    > Is their somewhere an example to create an applet inside a piece of
    > javascript? Or is this impossible?
    >
    > Greetings,
    > Rick[/color]

    Just make the code you need: <applet ... etc

    and write it to the document using document.write( "<applet width=...>");

    Regards,
    Erwin Moller

    Comment

    Working...