Here is the situation. I have some javascript that looks like this:
function onSubmit() { doSomeStuff(); someSpan.style.display=\"block\"; otherS
You can also wrap you longterm function in a setTimeout(function(){longTerm();},1);