PassMark Logo
Home » Forum

Parsing javascript links

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • danf
    Member
    • Dec 2008
    • 35

    #1

    Parsing javascript links

    I'm indexing an external site that has javascript popup links so don't have control to change these. I have the parse links in javascript checked but it doesn't seem to be intelligent enough to find these links.

    Can you confirm these types of links are not parse-able by zoom or if there is a way I can get them parsed and spidered. Here is a sample:

    HTML Code:
    <a onclick="javascript:window.open('http://www.linkurl.com/', 'CPB', config=settings);" href="javascript:;">URL Text</a>
    I want the linkurl.com to get spidered.
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    I suspect we are only attempt to parse Javascript which appears inline in script tags.
    <script> </script>

    If you know what the URLs are, you can manually enter then as additional start points.

    If we aren't already parsing the onclick attribute we'll look at doing this for the next major release.

    Comment

    Working...