Build a Sitemap but webpages don't use links

Posted by THX1138.6 on Stack Overflow See other posts from Stack Overflow or by THX1138.6
Published on 2010-05-18T16:56:03Z Indexed on 2010/05/18 17:10 UTC
Read the original article Hit count: 171

Filed under:
|
|
|
|

Folks I am trying to build a sitemap (we need one badly) for a huge multi-page web app. Technically its not much more than a collection of php/MySQL web forms that use javascript instead of traditional linkage to access the many pages.

>td width="100" align="center" ONMOUSEOVER="this.className='bgover'" ONMOUSEOUT="this.className='bgout'" onclick="location.href='../main.php'">Main Page</td>

Above is code sample of how the links are currently managed. I know I can search through the various pages, nearly a 1000, and find these "location.href" variables and that will help me a sitemap for each section. But maybe there is an easier way? WE use Trac and SVN so perhaps I am going about this the wrong way? Any advice would be appreciated.

© Stack Overflow or respective owner

Related posts about sitemap

Related posts about JavaScript