On 2/10/06, Jim Roberts <jimmyroberts at gmail.com> wrote:
>
> var
> html = document.getElementsByTagName('html')[0],
> comment = document.createComment(' source = '+ location.href + ' ');
>
> html.parentNode.insertBefore(comment, html);
>
I think I spoke too soon. That only seems to work when I save as "Web
Page, complete".