• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Passing Dynamic Data

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have my Applet that runs using Web Start.
Here it is possible to specify static parameters for the Applet in <applet-desc>tag and that works fine.
But my applet requries dynamic data as parameter
(i.e)The applet tag is in the .php file that retrieves data from server to the applet and not .html file.
Please explain how this can be done
Thanx
Anu
 
reply
    Bookmark Topic Watch Topic
  • New Topic