How can I reload my svg document
I need to send new parameters to a php function which generate a javascript init() function(which generates the svg document).
the user should click on a text and the php would send new query to mysql in order to create a new svg document.
i'm already able to do this but, i can't reload in the current page. Opera creates new page and mozilla crash.