This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Save button Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Save button" Watch "Save button" New topic
Author

Save button

Michael.H.Sun
Ranch Hand

Joined: Jan 18, 2001
Posts: 39
Dear Friends,
Can anyone there tell me how to make a functional save button? Thanks.
Snylt Master
Ranch Hand

Joined: Jul 07, 2001
Posts: 55
What's the save button suppose to do?
Here's an button that has save as value
<input type="submit" value="Save">
Please be more specific.


Preparing for the Java 2 Certification exam
Dave Vick
Ranch Hand

Joined: May 10, 2001
Posts: 3244
If your talking abot saving a file to a clients ahrd drive it cant be done in java script. If your talking about saving a form to the server then the normal submit button will do the job and as Snylt mentioned you can change the value of the button to be whatever you like and the value is what's printed on the button when it is displayed.

Dave


Dave
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Save button
 
Similar Threads
IP Address / Hostname validation
saving a html file as word document on click of a button
WA #1.....word association
Back end validation problem .
button