[svg-developers] Re: how to write to a file using posturl()

2005-08-15 Thread deeti_dave
Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of deeti_dave Sent: Donnerstag, 11. August 2005 18:12 To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: how to write to a file using posturl () Dear Chris, I am trying to post to url

[svg-developers] Re: how to write to a file using posturl()

2005-08-15 Thread deeti_dave
My webserver does not serve php files :( :( Is there any other way to get data out of javascript in svg file with or without use postURL() ??? --- In svg-developers@yahoogroups.com, deeti_dave [EMAIL PROTECTED] wrote: Dear Chris, Thank you very much for your reply! I am a new bee in PHP

[svg-developers] Re: how to write to a file using posturl()

2005-08-11 Thread deeti_dave
PROTECTED] On Behalf Of deeti_dave Sent: Mittwoch, 10. August 2005 23:11 To: svg-developers@yahoogroups.com Subject: [svg-developers] how to write to a file using posturl() Dear all, I'm back again with question! I am using different ways to post some data to an html page: function

[svg-developers] Re: getURL/parseXML does not work

2005-08-10 Thread deeti_dave
Hi All, I solved the problem finally! I used object tag to embed my svg into html page, and by replacing it to embed tag, it worked, phew! Thank you very much for all of your responses and for helping hand :) D Dave --- In svg-developers@yahoogroups.com, deeti_dave [EMAIL PROTECTED] wrote

[svg-developers] how to write to a file using posturl()

2005-08-10 Thread deeti_dave
Dear all, I'm back again with question! I am using different ways to post some data to an html page: function display_vol(evt){ var vol = js_arr[0]; svgdoc = evt.target.ownerDocument; alert(before postURL()); var somevar = 'In SVG';

[svg-developers] Re: getURL/parseXML does not work

2005-08-09 Thread deeti_dave
] wrote: deeti_dave schrieb: Dear Holger, Thank you very much for your reply! yes, the link you've sent me works when I open it. The server I am running is NCServer, which is an ISV webserver specially made for our purposes. The network I am working is a very secure network, I am

[svg-developers] Re: getURL/parseXML does not work

2005-08-08 Thread deeti_dave
--- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: deeti_dave schrieb: Hi There, I am having trouble in using getURL()/parseXML() in svg. I am using a custom made webserver, could it be the one, not supporting the request? I am getting request failed alert everytime

[svg-developers] getURL/parseXML does not work

2005-08-05 Thread deeti_dave
Hi There, I am having trouble in using getURL()/parseXML() in svg. I am using a custom made webserver, could it be the one, not supporting the request? I am getting request failed alert everytime I try. I am using IE 6.0 browser, and I checked that it works fine when loading data from xml

[svg-developers] Re: how to send client request to server in SVG

2005-08-04 Thread deeti_dave
!!!); }else{ alert(request failed !) } And I am getting request failed! alert. I don't know if I'm missing anything.. Thank you very much for your help again. DD --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: deeti_dave schrieb: Hi

[svg-developers] how to send client request to server in SVG

2005-08-03 Thread deeti_dave
Hi There, I am using SVG, Javascript with dsp objects (dsp-server page scripting language). Now, I have to grab data from svg graph, which user can change, to the server for inserting into database. I have to find a way to communicate with server from svg file. I have to send two whole