Hi ztij0,

generally you can use

function newwindow(){
             window.open ("file.html","title","scrollbars=auto, 
toolbar=no, menubar=no, width=500, height=500, left=420,top=10");
             }

if you want to open it after some time you can use

setTimeout("newwindow();", 3000);    //3 sec = 3000 millisec

have fun ;o)
nicsi76


ztij0 schrieb:

>Hi All,
>
>I would like to open a new browser window using javascript in SVG. Is
>there any function which does that. I don't want to use the <A> </A>
>tag as the link changes based on the click.
>
>Thanks in advance
>
>
>
>
>
>-----
>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/
 



Reply via email to