We bought a SSL certificate and asked our hosting service company to change our site to https, but they did something that made our SVG graphics to stop working in the Adobe SVG viewer in IE. It still seems to work ok in Firefox in some computers. The problem is that all of our clients use IE. I have been able to narrow it down to the following, but I'm looking for some expert advice that can point to what the problem is and how to solve it. Please help!!
In every SVG graphic we have a line like this: <script xlink:href="../../Common/lib/generate_javascript.php?this_graphic=ball" language="JavaScript1.2"> It loads a javascript file which contains all data and functions that makes the graphic interactive, that is, coloring, showing legend, pop up, etc. The javascript code is automatically generated when you open a drawing on your browser. Specifically, when you open the drawing it asks generate_javascript.php script to generate the javascript file for a given graphic. In the example above the graphic is a ball. This is not working anymore. The interesting thing is that if I run the generate_graphic.php script directly, for example, by typing its address in my browser: https://xxxxxxxxxxxxxxxxxxxxxxxxxxxx/Common/lib/generate_javascript?this_graphic=ball Then save the result to a file (e.g. result.js) then change the SVG drawing as follows: <script xlink:href="../../Common/lib/result.js" language="JavaScript1.2"> Then it works fine in IE! This behavior is very strange. ------------------------------------ ----- 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: [email protected] [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/

