Hi Jerome, I had a similar problem before, which also only happens with XP SP2. The solution was to use the full URL in the command to change the href in the other frame.
For example, instead of ...locaton.href='toto.asp', if you try ...locaton.href='http://svr/dir/toto.asp' Bon chance Richard --- In [email protected], [EMAIL PROTECTED] wrote: > > > > > > > > Hello, > > I have a map built in SVG. > On each country, I build also a context menu (right clic) > Each item of this menu is linked to a javascript function (included in the > SVG code). > The function open an ASP file, which file is used to open a .doc on the > server : > window.top.frames.item('ExecScript').document.location.href = > 'toto.asp' > > All is OK and work perfectly before I get Xp service pack 2 + IE 6 > > Since then, when doing the window.top.frames.item('... code, the following > error appears (this is a traduction from the french) : > > Microsoft JScript Execution Error > Permission denied > line: 446, column : 0 > > the real message in french : > (Embedded image moved to file: pic21763.jpg) > > > Do anybody have any information on this? > > Thanks, > > Jérôme > > [Non-text portions of this message have been removed] > ------------------------ Yahoo! Groups Sponsor --------------------~--> You can search right from your browser? It's easy and it's free. See how. http://us.click.yahoo.com/_7bhrC/NGxNAA/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/

