> Has anyone here had a failure (segmentation fault or crash) of > Konqueror when using javascript to do something like: > window.location = new_location; This doesn't really answer your question, but you can probably accomplish the same thing via: document.location = new_location; HTH, Jeff