I need to add a browse button to my webpage which has the same
functionality as that of the Browse button in windows application. Is
there any particular Java API for same, or can it be done using
javascript
Thomas Weidenfeller - 15 May 2006 10:10 GMT
> I need to add a browse button to my webpage which has the same
> functionality as that of the Browse button in windows application. Is
> there any particular Java API for same, or can it be done using
> javascript
Non of these.
Use HTML, and try in an HTML/web design newsgroup. Or better yet, Google
first. Ask for <input type="file">
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/
Jeffrey Schwab - 15 May 2006 13:51 GMT
> I need to add a browse button to my webpage which has the same
> functionality as that of the Browse button in windows application. Is
> there any particular Java API for same, or can it be done using
> javascript
The Java component you seem to want is called JFileChooser.