in that case you probably need some server-client communication to forward the client-side events to the server to be processed.

Batik and the Adobe SVG viewer provide getURL and postURL for that purpose (note that these work asynchronous), other browsers provide XMLHttpRequest. In reality, if you want to support all, you'd have to use a wrapper function to see what is available for network requests and use whatever is available.

I am sure you'll find example if you google for .getURL/postURL and XMLHttpRequest.

Andreas

iyangim wrote:

Thanks, Philip.

I am using Batik in client-side.
and listen from client-side events.
Finally, I should got the events source in server-side because I need the information for processing of database to save the information of the source.


--
----------------------------------------------
Andreas Neumann
Institute of Cartography
ETH Zurich
Wolfgang-Paulistrasse 15
CH-8093  Zurich, Switzerland

Phone: ++41-44-633 3031, Fax: ++41-44-633 1153
e-mail: [EMAIL PROTECTED]
www: http://www.carto.net/neumann/
SVG.Open: http://www.svgopen.org/
Carto.net: http://www.carto.net/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to