4xx / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

ajax/js #1172

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to run svg editor with classic asp.

1) "data: image / png; base64" How can I sign as
2) How do I save with ajax. In this way
<script type="text/javascript">
$. ajax ({
type: "POST",
url: 'writing / processing / ajaxaltsoru.asp'
data: "Question =" + sorumm + "& Altid =" + altsoruidm + "& type =" + tour, I
success: function (data) {

$ ("# altsorudetay"). html (data);
$ ("# of software"). hide ();
$ ("# altsorudetay"). show ();

},
error: function (jqxh the text, error) {
/ / If there are any errors Displaying
$ ('# yazilidetay'). html (error);
}
</ script>

Original issue reported on code.google.com by kurdmem on 22 Jan 2014 at 11:51