hi,

answering myself with the help of andreas neumann:

browserEval helps in this case, use something like:


function go(url){
  if(typeof(browserEval)!="undefined"){
    browserEval('location = "'+url'"'); // ASV3/MSIE
  } else {
    location = url; // STANDARD
  }
}

cu,
andré




--- In [email protected], "André M. Winter - Carto.net"
<[EMAIL PROTECTED]> wrote:
>
> hi,
> 
> i am making an older interface FF3 and opera compatible and run into 
> compatibilty problems with ... ASV3.
> 
> i introduced Andreas Neumann's selectioList objet but want to change
the 
>   browser window location when an element has been selected. one 
> generally passes a function that could does something like that:
> 
> function doOnSelThemeList(selBoxName,indexNr,arrayVal){
>    location = 'filename' + indexNr[0] + '.svg';
> }
> 
> that works fine in FF3 and Opera9.x, but MSIE/ASV3 complains about 
> missing rights. i guess that's related to the Cross Domain and Zone 
> Access bug of previous versions (described e.g. here: 
> <http://archives.neohapsis.com/archives/vulnwatch/2003-q4/0009.html>
> 
> is there another way of doing so (except setting hard xlink:href-links 
> into the selectioList elements (may work but not funny at all).
> 
> thanks for hints on this,
> 
> andré
> 
> 



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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

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