starsunited
September 9th, 2004, 01:44 PM
i want the user to click on this hyperlink and a dialog box will appear asking to open, save, or cancel. should i use java script or can i straight away use swing in the jsp?
|
Click to See Complete Forum and Search --> : creating open/save dialog box in jsp starsunited September 9th, 2004, 01:44 PM i want the user to click on this hyperlink and a dialog box will appear asking to open, save, or cancel. should i use java script or can i straight away use swing in the jsp? Davey September 9th, 2004, 04:00 PM It depends on what you want. If you use Javascript, the dialog box will display straight away and you will then be able to get the filename selected when the user selects "OK". If you use Swing in the JSP, you will have to do this via an applet and will have to write the applet first. starsunited September 9th, 2004, 10:07 PM It depends on what you want. If you use Javascript, the dialog box will display straight away and you will then be able to get the filename selected when the user selects "OK". If you use Swing in the JSP, you will have to do this via an applet and will have to write the applet first. i want the dialog box to appear straight away after i click the file name but what i do not know is how to display the dialog box with open, save, cancel buttons and how to get the file Name from there. can give some example? i'm not really familiar with java script codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |