Jump to content
UBot Underground

Choosing Template On Webs.com [REPOST]


Recommended Posts

Ok guys,

 

So I thought I had this one solved a couple of days ago but obviously I didn't.

 

The problem I am having is choosing a template on the webs.com signup page http://members.webs.com/s/signup?execution=e1s1

 

Basically, by running this javascript

 

signup.motif.currentClick(this.rel,100);

 

I am able to choose a template (or at least make it look like I chose one) but once I click the continue button it says that I haven't.

 

Anyone up for the challenge?

 

Thanks!

Link to post
Share on other sites

Thanks a lot Eddie!

 

Been really boggled by this one. Now If I could just understand this javascript!?

 

$(".tp_motif_li_contain")[0].onclick()

Well since the site uses jQuery I used that for my javascript. $(".tp_motif_li_contain") means find all the elements with the class "tp_motif_li_contain", then [0] means pick the first one, and then onclick() fires the onclick event on that element. Sorry if that doesn't make any sense haha, hopefully in the future we can make sites like this easier to work with :).

  • Like 1
Link to post
Share on other sites

Good stuff man. Glad to have learned something new today. :)

 

$(".tp_motif_li_contain")[0].onclick()

Well since the site uses jQuery I used that for my javascript. $(".tp_motif_li_contain") means find all the elements with the class "tp_motif_li_contain", then [0] means pick the first one, and then onclick() fires the onclick event on that element. Sorry if that doesn't make any sense haha, hopefully in the future we can make sites like this easier to work with :).

Link to post
Share on other sites

I find this site interesting in a lot of ways...but have you noticed the registration pages are not the same in a browser vs. in a UBot browser. Here is the first section of the reg page in a browser window:

 

http://www.screencast.com/users/detect2173/folders/Jing/media/ad6310c8-e761-42d5-9212-7414da7816f4

 

Here it is in UBot (The rest shows up quickly and then disappears):

 

http://www.screencast.com/users/detect2173/folders/Jing/media/4d5516e1-45c7-4070-81a6-8eaed4ce3694

 

John

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