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.
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
posted
0
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
posted
0
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.