• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

init() of applet using Object tag - Problem

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a applet to be displayed in jsp page. JavaScript function Initilize() is called on load of the page. Initilize() is iterating in a loop to initilizes 3 applets(number may vary at runtime).
I am using SunJVM1.4.1_01.
All 3 applet is getting initilzed with applets defined by <applet> tag.
When I try to call theses applets defined with <object> tag, only the first applet get initilized. I need to initilize all 3 applets in order to make my application function.
Does anyone has a solution to initilize all 3 applets using <object> tag. I need to maintain the iterating mechanism mentioned above.
DEEPAK
 
reply
    Bookmark Topic Watch Topic
  • New Topic