that doesn't change anything at all ----- Original Message ----- From: "Martin Honnen" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, February 16, 2006 4:01 PM Subject: [svg-developers] Re: javascript & svg & embed
--- In [email protected], "Erwan TROEL" <[EMAIL PROTECTED]> wrote: > > j'ai une feuille html (à laquelle j'associe des javascripts) > > qui embed un svg > > dans ce svg j'ai: > > > <svg id="princip" x="2" y="3" width="100%" height="100%" onload="initMap(evt);" onresize="resetFactors(evt);" viewBox="0 0 1024 768" zoomAndPan="magnify" xmlns="http://www.w3.org/2000/svg" > > > la fonction initMap(evt) est presente dans un javascript associé à la feuille html Use <svg onload="if (typeof initMap != 'undefined') { initMap(evt); } else if (typeof parent.initMap != 'undefined') { parent.initMap(evt); }" ----- 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 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/

