Hi,
I have a question about using the 
open.window command in a function within SVG. I.e.

function infoDisplay(evt) {
        var popup = window.open
("toolbox.htm", "thepop", "width=400,height=300,top=200,left=200,dire
ctories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no
,resizable=yes");
}

I want to open a new window (with the preset attributes) when I 
click on a feature in my SVG map, but because of some reason it 
ignores this function. Is it possible to use this structure in SVG? 
Thanks.
Csorba Edith
P.S. Thanks for the help around the .js files. The problem was with 
the server - it did not see them, so I had to move them to another 
folder and use absolute paths within my code, and to set appropriate 
permissions for them. 





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/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