![]() |
|
|
+ Search |
![]()
|
Apr 11th, 2004 19:53
Ronald Woods, David Kaye,
If you want to include the page title as a part of the URL, you could
do something like this:
<html>
<head>
<title>Test page</title>
</head>
<body>
Hey: <script language="javascript"><!--
var sURL = 'link.asp?referertitle='+document.title;
document.write('<'+'a href="'+sURL+'">ASDF</a>');
--></script>
</body>
</html>
But I'm not sure that's what you're after...