April 2008 Blog Posts
I'm almost embarrassed to put this up because it's so small, but it's something I used to do all the time and had reason to have to re-learn it recently for something I was doing. Sometimes -- at least until I find a better way -- I need to be able to get "editable" debugging text out of javascript. Using the "alert" box doesn't work for this because you can't do the ctrl-c trick to get its text. (For some message boxes, you can hit ctrl-c and it'll copy the contents such that you can put it into notepad.) Anyway,...