window.open is not working with IE6 
  ----- Original Message ----- 
  From: nicsi76 
  To: [email protected] 
  Sent: Thursday, April 07, 2005 8:26 AM
  Subject: Re: [svg-developers] Open a new browser window using javascript


  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

    a.. To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/
      
    b.. To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]
      
    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



[Non-text portions of this message have been removed]



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