kouejou schrieb: > morging holger, > > I install the new build but it not work. > > The first image in my program appears but if you click then the > second image is not appears. > > that is my really question. > > the code dont give errors but the clic in the first image dont give > the second. > > please look the action onclick and talk me if it run correctly. > > Thanks
Hi kouejou i ve just downloaded the latest build, Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050816 Firefox/1.0+ this example works for me ( if i click the plus sign, a second plus sign appears) http://www.treebuilder.de/svg/createImage.svg this is basicly your example with another gif... does this work for you ? Holger > > --- In [email protected], Holger Will <[EMAIL PROTECTED]> > wrote: > > kouejou schrieb: > > > > > --- In [email protected], Holger Will <[EMAIL PROTECTED]> > wrote: > > > > kouejou schrieb: > > > > > > > > > Morning, > > > > > > > > > > I try to insert the image into my svg document. > > > > > this code work correctly in windows navigator or not work in > mozilla > > > > > gecko natif svg. > > > > > > > > > > the execution in this code not give the error and not give > the image. > > > > > > > > > > i wait any subjestion. thanks > > > > > > > > > > <?xml version="1.0"?> > > > > > > > > > > <svg id="affiche" x="0" y="0" width="500" height="500" > > > > > xmlns:xlink="http://www.w3.org/1999/xlink" > > > > > xmlns="http://www.w3.org/2000/svg"> > > > > > <script language="javascript"> > > > > > function ajoutImage(evt){ > > > > > svg=evt.target.ownerDocument; > > > > > groupe=svg.getElementById("groupe"); > > > > > img=svg.createElementNS > > > > > ("http://www.w3.org/2000/svg","image"); > > > > > img.setAttribute("x",10); > > > > > img.setAttribute("y",10); > > > > > img.setAttribute("id","testImage"); > > > > > img.setAttribute("width",100); > > > > > img.setAttribute("height",100); > > > > > img.setAttributeNS > > > > > ("http://www.w3.org/1999/xlink", "href","aff.gif"); > > > > > img.style.setProperty > > > > > ("visibility","visible","important"); > > > > > groupe.appendChild(img); > > > > > > > > > > } > > > > > </script> > > > > > > > > > > <g id="groupe"> > > > > > > > > > > <image xlink:href="aff.gif" x="0" y="0" width="20" > > > > > height="20" onclick="ajoutImage(evt)"/> > > > > > > > > > > </g> > > > > > > > > > > </svg> > > > > > > > > > > > > > hi kouejou > > > > > > > > your code works for me maybe you need a later build, or its a > new > > > > regression. > > > > i'm using : > > > > Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) > > > Gecko/20050812 > > > > Firefox/1.0+ > > > > > > > > if your build is older than that, just download a newer build, > that > > > > should fix the problem. > > > > hth > > > > Holger > > > > > > > > > morning Holger > > > > > > I dont see the new build of gecko. I use > > > Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) > > > Gecko/20050712 Firefox/1.0+ > > > > > > And the execution is not work correctly. > > > > > > are you the url of the new build. if you are please give my the > adress > > > to download new build. > > > > > > Thanks. > > > > > > > the latest nightly build of firefox,thunderbird and seamonkey can > be > > found here : > > > > http://www.mozilla.org/developer/#builds > > > > hth > > Holger > > > > > > > > > > > > > > ----- > > > 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 > > > > > > * Visit your group "svg-developers > > > <http://groups.yahoo.com/group/svg-developers>" on the web. > > > > > > * To unsubscribe from this group, send an email to: > > > [EMAIL PROTECTED] > > > <mailto:[EMAIL PROTECTED] > subject=Unsubscribe> > > > > > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms > of > > > Service <http://docs.yahoo.com/info/terms/>. > > > > > > > > > ----------------------------------------------------------------- > ------- > > > > > > > > ----- > 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 > > * Visit your group "svg-developers > <http://groups.yahoo.com/group/svg-developers>" on the web. > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------------------------------------------------ > ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hqibfia/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124806829/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> ----- 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/

