You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/05/11 19:32:27 UTC

svn commit: r943198 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html

Author: rbowen
Date: Tue May 11 17:32:27 2010
New Revision: 943198

URL: http://svn.apache.org/viewvc?rev=943198&view=rev
Log:
Try something else.


Modified:
    httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html?rev=943198&r1=943197&r2=943198&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html Tue May 11 17:32:27 2010
@@ -22,7 +22,13 @@
         href="http://httpd.apache.org/docs/2.2/">2.2</a>.
     
         This document may be available
-        <a href="<script>document.write( location.pathname.replace( /1\.3/, '2.2') );</script>">in the 2.2 docs.</a> 
+        <a href="<script>
+        var path = location.pathname;
+        alert( path );
+        path = path.replace( /1\.3/, '2.2' );
+        alert( path );
+        document.write( path );
+        </script>">in the 2.2 docs.</a> 
         </p>
         
         </div>