Re: How do I use JavaBeans from HTML page?
Posted By:
Anonymous
Posted On:
Monday, April 25, 2005 06:14 AM
How do I use JavaBeans to
connect to a database,
fetch necessary fields and
display it in the browser
without submitting the form or
refreshing / reloading the html page?
Re: How do I use JavaBeans from HTML page?
Posted By:
Christopher_Koenigsberg
Posted On:
Friday, March 25, 2005 07:47 PM
Look into the new client-side Javascript things called "Ajax", "XmlHttpRequest", "JSON-RPC" etc.