Quote:
|
Originally Posted by redspider
Hi,
Is there someone who have a script that automaticly parse a page-title and display that title also in the ASP page.
thanks
|
not sure if this exactly what you are looking for,but have a go at this
<TITLE> TEST </TITLE>
<SCRIPT>
document.write(window.document.title);
</SCRIPT>