wats the problem with the simple code below... why is the java 
script not working?? any other way to solve the purpose...


<svg onload="init(evt)">
<script language="JavaScript" type="text/javascript">
function init(e)
{       if(window.svgDocument == null)
        svgDocument = e.target.ownerDocument;
  }
function onmouseover(e)
{
window.open("http://www.yahoo.com","mywindow";);
}
</script>
<line id="one" x1="12" y1="34" x2="456" y2="432" stroke="blue" 
onclick="onmouseover(evt)" />
</svg>




thanks in advance





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



Reply via email to