Jump to content
UBot Underground

Using a #Variable in the URL


Recommended Posts

Hello..

I found out that it works using variable in url as: {#variable}

And it totally works..

But since I only can post few threads because im newb.. Here is a new problem.

Im trying to click on a list of links ordered in tables.

I located the links I would like to click from the entire page then go to next page.

But Im having terrible headaches dealing with this:

<a href="javascript:showContact('9848337')" onclick="s_objectID="javascript:showContact('9848337')_1";return this.s_oc?this.s_oc(e):true">Last Name, F Name</a>

Can someone guide me on doing a proper regex or a proper selection from all those links?

The second link is technically the same:

<onclick="s_objectID=\"javascript:showContact('9913678')_1\";return this.s_oc?this.s_oc(e):true">

 

Which one should I target?

href="javascript:showContact('9848337')" 

or

<onclick="s_objectID=\"javascript:showContact('9913678')_1\";return this.s_oc?this.s_oc(e):true">

I will appreciate alot this help.

Thanks..

A Ubot newbie.

Edited by rodvaN
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...