Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

displaying the document title in a page

1 view
Skip to first unread message

user

unread,
Jul 10, 1999, 3:00:00 AM7/10/99
to
I would like to display the document title inside of my pages. I get an
error with this.

<script language="JavaScript">
var ttitle = document.title();
document.open();
document.write(ttitle);
</script>

tia


Mosley

unread,
Jul 10, 1999, 3:00:00 AM7/10/99
to
<script language="JavaScript">
ttt = window.document.title
document.open();
document.write(ttt);
</script>

http://www.iinet.net.au/~sugaray/tex/

--
Mosley

Remember, men, we're fighting for this woman's honour; which is probably
more than she ever did.
Groucho Marx


user <nos...@nocando.com> wrote in message
news:7m7fb7$gkm$1...@holly.prod.itd.earthlink.net...

0 new messages