Jump to content
UBot Underground

How to click on javascript links ?


Recommended Posts

Guys, i'm having a hard time trying to figure out, how to click on javascript links on web pages ? Kinda like hidden links ?

How do you guys manage to work it out ?

 

Ex:

</script> sent the email<a href="#" data-toggle="modal" title="Click here to confirm" style="font-size:13px;" data-target="#view-mail" onclick="javascript: showMail(49294);">Click here to confirm</a>
				

I've tried so many things that i got lost !

 

Thanks

Link to post
Share on other sites

Instead of clicking you could try to execute JavaScript:

run javascript("showMail(49294);")

Also, normal click should work...if it doesn't, try to use "click using location".


 

Link to post
Share on other sites

I'm pretty sure i tried this but i will give it a shot again.

Maybe i didn't put the right javascript code into the UB javascript node. But damn does it look like the sample you just showed me.

Like i said, tried too many things. Don't recall about all of them.

 

Right now i'm stuck in a MCDO for at least 5 hours. Can't work on this project as it's on my PC at home (old laptop here)

 

I'm not sure i understood the "click using location" (me and engrish) i'll try to look at this too.

 

 

Thanks mate

Really appreciate all your efforts to help me !

Link to post
Share on other sites

Hey can you tell us where, how you found those commands to click in Javascript. I mean is there a list somewhere to reference?

 

 

 

I usually use the camera thingy to get those.

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