To all svg developers...
I'm doing an application which enable the user to draw on the webpage
dynamically using svg and asp.net like web draw.
after the user finish drawing, I want to save all the shapes drawn
and the user can load the drawing next time he/she log in.
I'm using printNode() to get all the element drawn by the user, and
postURL() to post it to asp.net webform...
The problem is in asp.net, how can i get the string passed by postURL?
Can anyone who know the solution please give me some code example on
how to process the string in server side?
Below is the function which I used in svg...
function SaveShape()
{
var allShape=printNode(drawing);//all the drawing done by user
postURL("webForm1.aspx",allShape,null);//post to server to process
}
In ASP.Net, how can I get the value of "allShape" sent by postURL?
Best regards,
Achio.
------------------------ Yahoo! Groups Sponsor --------------------~-->
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~->
-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/