Jump to content
UBot Underground

Got A Scraping Question


Recommended Posts

Hi everyone! I have a challenging scrape attribute(well challenging for me) that is kicking my ass. Here is the code that returns when I click on it with scrape attribute 

<a class="addToolTip" href="javascript:view(15503,149406912)" tooltiptext="Click here to view your message.">View</a>

I have tried every combination of attribute that I know of and keep getting just

javascript:view(15503,149406912) 

which can't be navigated to.

 What this is, there is a list of 30 of these on a page. Each one is exactly the same except for the 149406912. The 15503 is the affiliate # which will get credit when clicked. I'm trying to scrape the url then navigate to that url in a list. I am sure it has to do with that javascript string, I just have no clue how to deal with that.

Thanks in advance for any help!

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...