Jump to content
UBot Underground

Scraping inner values of onmousedown


Recommended Posts

Hey guys,

 

I'm trying to scrape the number from this element:

 

<a href="http://www.site.com/" onmousedown="return rwt(this,'','','','1','FAGHFGHAFGHAFHGHFghfaghfaghFAGHfah','','JHJHGAjha','','',event)">bla bla</a>

 

I highlighted the number I'm interested in scraping in red. I can scrape <onmousedown=w"return rwt(*)">, but how can I differ between the values within the ()?

 

Thanks

Link to post
Share on other sites

It's not always the 13th 14th character, but it's always between the 7th and 8th apostrophe.

 

I don't know how to get this "this,'','','','1','FAGHFGHAFGHAFHGHFghfaghfaghFAGHfah','','JHJHGAjha','','',event" into a variable.

 

Any idea?

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...