Search Results

0
votes

innerHTML manipulation in JavaScript

Would it work to set the scroll position back to the top (element.scrollTop = 0; element.scrollLeft = 0; by heart) before replacing the content? …
0
votes

javascript XSLTProcessor occasionally not working

To avoid problems with things loading in parallel (as hinted by Dan), it is always a good idea to call such scripting only when the page has fully loaded. Ideally you put the script-tags in …
0
votes

javascript XSLTProcessor occasionally not working

Are you forced into the synchronous solution you are using now, or is an asynchronous solution an option as well? I recall Firefox has had it's share of problems with synchronous calls in the past, …