Forum Moderators: open
Will the spiders follow the links in the following JavaScript menu? Or should I create a separate site map page?
<html>
<head>
<SCRIPT language="JavaScript">
<!--
function showPage(selectObject){
var URLValue = selectObject.options[selectObject.selectedIndex].value
if (URLValue){
self.location = URLValue
}
}
//-->
</SCRIPT>
</head>
<body>
<table cellSpacing="0" cellPadding="4" border="0">
<tbody>
<tr>
<td bgColor="#0000ff">
<div align="center">
<font face="Arial, Helvetica, sans-serif" color="#ffffff"><strong>Important Links</strong></font>
</div>
</td>
</tr>
<tr>
<td bgColor="#cccccc">
<form name="ReferenceSiteForm" action method="post">
<div align="center">
<select onchange="showPage(this)" name="MENU">
<option value selected>Select a page</option>
<option value="http://www.mysite.com/links.htm">Links</option>
</select>
</div>
</form>
</td>
</tr>
</tbody>
</table>
</body>
</html>
even that thread is google specific and about javascript, it contains valuable info about how a modern spider works. i could imagine that other robots will follow full qualified urls in plain-text, too, if they are of type [....]