Hi,

I try to make a link from a svg file with "xlink:href" and to use some
javascript variable in that link. 

When I just put a simple link to "new.htm", it loads correctly the new
 page in the window and make the correct alert with the NIV variable.

<a
xlink:href="javascript:void(parent.window.location.href='new.htm');" 
><rect  x="230" y="227" width="80" height="20" onclick="alert(NIV);"
/></a>  

---------------------
BUT when I put the Variable within the link : 

<a
xlink:href="javascript:void(parent.window.location
.href='new.htm?'+NIV);"
 ><rect  x="230" y="227" width="80" height="20"
onclick="alert(NIV);" /></a>            

It doesn't find that variable NIV anymore , Why ?

I would greatly appreciate any hit/advice,

thanks,

Helene

PS: "xlink:href" is the only way I have found to use to load a new
page with dynamic variables , otherwise I have a permission denied 
in IE6 + asv3).




-----
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/
 


Reply via email to