You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<head>
|
|
|
<link rel="StyleSheet" href="css/menu.css" type="text/css" />
|
|
|
</head>
|
|
|
<body>
|
|
|
<script>
|
|
|
|
|
|
document.write(parent.his.length + ' pages visited<br />');
|
|
|
for(i=parent.his.length-1;i>=0;i--) {
|
|
|
var st = parent.his[i];
|
|
|
var parts = st.split('|');
|
|
|
document.write("<a id='"+parts[1]+"' class='result' target='content' href='"+ parts[1]+"'>" + parts[0] + "</a><br />");
|
|
|
|
|
|
}
|
|
|
</script>
|
|
|
</body>
|