Bad Cameron! No cookie! You forgot to declare the XLink namespace in the root.
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <a xlink:href="two.svg"> <rect x="100" y="100" width="100" height="100"/> </a> </svg> Regards- Doug [EMAIL PROTECTED] www.vectoreal.com ...for scalable solutions. Cameron McCormack wrote: | | Hi Chandrasekar. | | chandrasekar s: | > i have two svg files one.svg and two.svg under the same | folder now on | > click event of rectangle in one.svg i want to navigate to two.svg.. | > | > how do i do that??? | | Easy! Just wrap your rectangle with an 'a' element, similar to HTML: | | <!-- one.svg --> | <svg xmlns="http://www.w3.org/2000/svg"> | <a xlink:href="two.svg"> | <rect x="100" y="100" width="100" height="100"/> | </a> | </svg> | | Cameron ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

