Hello,

I am trying to find out why I can link from SVG to SVG, but cannot 
go from SVG to HTML popup.  

I always get the same script error message:  "Access is Denied Line 
200 Column 2".


I am using Windows XP with SP2 and I realize that this may have 
something to do with it - but, I am not sure exactly what.  I am 
using IE 6.0 and have gone in and enabled the following:

- Allow active content from CDs to run on My Computer
- Allow active content to run in files on My Computer
- Allow software to run or install even if the signature is invalid

I am running the following JAVA version: 1.4.2_09
I am using Adobe SVG viewer 6.0 Devlopment Release 1
I only use the Microsoft Popup Blocker and that is turned off.

I would like to find a way to make this work rather than having to 
convert numerous html files into another format.
Here is a snippet of the code (around line 200) that is not working

<script>
<![CDATA[
 
//-----------
var popUpWin=0;
function popUpWindow(URLStr, center, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open
(URLStr, 'popUpWin', 'toolbar=no,scrollbars=yes,resizable=yes,width=6
80,height=380');
}
   ]]> </script>


Is there anyway to modify this code so that I can launch html popups 
using XP SP2?

Once again I want to be able to click on an html link within an SVG 
graphic and launch an HTML popup or page.

Any assistance is very much appreciated.

Thanks,

Jim





------------------------ Yahoo! Groups Sponsor --------------------~--> 
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/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