I know I should know the answer to this. I'd swear I've done it before. How can I replace the current SVG document in Batik with JavaScript?
The method I used in the browsers (window.location.replace( new_url )) does not work on Squiggle (versions 1.6 or 1.7). I get the error: TypeError: Cannot call method "replace" of undefined Obviously 'window.location' doesn't exist. I have tried looking around the properties of both document and window. The document object has some methods that looked promising, but none appear to do what I need. Any ideas? G. Wade -- I never let schooling get in the way of my education. -- Mark Twain --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]