• 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:

java application and IE

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have one java application that being used to get info from smart card reader.
the problem is, how can i transfer the value that read from the card to some specific field of form, inside my IE...
sure, both, IE and java application in the same machine...
any idea?...
cheers....
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is it that you have in IE? An Applet, a Servlet? Some JavaScript?
Are you asking a design question here or how to code a particular solution?
 
Ariffin Ahmad
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have normal HTML form on the IE as the interface, and i also have separate java application that monitor the smart card reader, which reside on the same machine.....

Originally posted by Cindy Glass:
What is it that you have in IE? An Applet, a Servlet? Some JavaScript?
Are you asking a design question here or how to code a particular solution?

 
reply
    Bookmark Topic Watch Topic
  • New Topic