Hello,
i will process the created data in a jsp-file. Where can i change the target, which is used after click the save-button.
I hope you understand my problem.
nice day,
Sven
i will process the created data in a jsp-file. Where can i change the target, which is used after click the save-button.
I hope you understand my problem.
nice day,
Sven
RE: change the save-target
I wanted to use an XMLHttpRequest to save the data to the server, but the save button doesn't listen to the "onSubmit" handler of the form. Is it possible to:
1) Have the save button "emulate" the onSubmit handler, or
2) Surface the function that is called when the user clicks on the Save button.
RE: change the save-target
I must only change the target-attribute in the form-tag. Then the html-code will be send to the target.