- From: André M. Winter <andre.mw@gmx.net>
- Date: Fri, 20 Oct 2000 08:55:06 +0200
- To: www-svg@w3.org
hello! attaching files doesn't seem to work here, no svg attached. however someting that may help you with window.open: in fact netscape has some strange behavior on that point. for my application i needed to open a window an write the content with newwin.doc.write(). this didn't work on NN4.7+, it crashed. the only workaround was to fit the window-content (code) inside a temp_variable, to call window.open but to write the content with window.setTimeout("doWrDetail();",100). doWrDetail() calling temp_variable. maybe this way helps with changing the location by a short delay function? andré -- andré m. winter cartography & internet http://www.carto.net/
Received on Friday, 20 October 2000 02:52:32 UTC