[svg-developers] to manipulate embeded-SVG in HTML with AJAX?

2006-04-20 Thread talkli
Hi all, i embedded a SVG into a HTML-page. I also want to use AJAX for interactive. For example, i input something in a text-area of a form in the html. The javascript send then the xmlhttprequest to the server. As response of the request the server send a xml-file with the necessary data back to

[svg-developers] Re: to manipulate embeded-SVG in HTML with AJAX?

2006-04-20 Thread talkli
I used the embed element. What are the advantages and disadvantages between the different embed type? And how can i manipulate it with javascript in html? --- In svg-developers@yahoogroups.com, "Martin Honnen" <[EMAIL PROTECTED]> wrote: > > That depends on how exactly the SVG is embedded. Have yo

[svg-developers] to display embeded SVG in Firefox

2006-04-29 Thread talkli
Hi all, i embeded a svg-file into a html with and opened the html-file with firefox. But the embeded svg-file couldn't be shown. A popup window came to ask which program i want to use to open the svg-file (default is IE, i installed Adobe Plugin for IE). How can i solve this problem and let the

[svg-developers] Re: to display embeded SVG in Firefox

2006-04-29 Thread talkli
i have already checked. i am using Firefox 1.5.0.2 and the value of svg.enabled is true. I have only problem with displaying the svg with "embed" tag in firefox. The display of an Inline svg is no problem. --- In svg-developers@yahoogroups.com, "Martin Honnen" <[EMAIL PROTECTED]> wrote: > Mak

[svg-developers] Re: to display embeded SVG in Firefox

2006-04-30 Thread talkli
I have tried, but it seems not useful to solve this problem. The save dialog came again. Do u also have this problem? regards Di --- In svg-developers@yahoogroups.com, Jonathan Chetwynd <[EMAIL PROTECTED]> wrote: > > try using this format: > > height="50"> > embed> > > regards > > J

[svg-developers] Re: to display embeded SVG in Firefox

2006-04-30 Thread talkli
Hi, i have read this page,it seems to be a firefox bug.And i also followed the steps suggested by the people there. But it doesn't work. Did u also try it? Do u have the same problem? regards Di > Check whether any of the hints in > help to

[svg-developers] SVG with AJAX Framework "Sarissa"

2006-05-08 Thread talkli
Hi all, Sarissa is an AJAX-Framework(javascript-library), special for xslt-transformation on the client-side. I have following problem by using Sarissa to manipulate an embedded SVG-file (inline SVG or using embed tag): After the xslt-transformation i tried to append the result document to the s

[svg-developers] 'Back' Button in SVG

2006-06-29 Thread talkli
Hi, As everyone knows, that SVG can be manipulated with javascript. But how can i go back to the previous status of the SVG file after the manipulation? And how can i solve this problem, especially wenn the manipulation is based on AJAX (with new information from server)? Thanx in advance! -

[svg-developers] Re: 'Back' Button in SVG

2006-06-29 Thread talkli
That means, for every new status i need a new g tag. if i want to go back to the status before the previous one, i need to use 2 g tags??? Di --- In svg-developers@yahoogroups.com, Sean <[EMAIL PROTECTED]> wrote: > > For mapping, I use a g tag like: > > > > and set a value such as ext='0 0

[svg-developers] Re: 'Back' Button in SVG

2006-07-01 Thread talkli
Thanx for your help. but i think it works just fine for zoom or pan. if i really change the elements of the svg, i still can't solve the back problem, can i? Di --- In svg-developers@yahoogroups.com, Sean <[EMAIL PROTECTED]> wrote: > > Below is how it looks when I zoom or pan 5 times, the first