sick.
¶ by Rob Frieselsick is taking the day off work b/c of a generalized nausea and while at home trying to rest up attempting to work on projects for work, having some success, only to have it baffling not work later in the day after changing nothing.
function jumper(docdir) {
var oIndex = docdir.options.selectedIndex;
var dirname = docdir.name;if (oIndex == 0) {
alert("Please select a document.");
} else {
parent.main.location.pathname = "/" + dirname + "/" + docdir.options[docdir.selectedIndex].value;
}
}
…worked and then didn’t. Utterly baffling. So now I get to feel sick and novice. The perfect day.
Leave a Reply