Jump to content
UBot Underground

Please assist me in gettin the Website Url to fill


Recommended Posts

I am recoding a bot I did in 3.5...I had a similar problem and I used fill field but I dont see in 4.0---is there something that works like this?

 

you can try:

 

change attribute(<id="contact_company_url">, "value", "www.ubot.com")

 

maybe you"ll have more luck with that...

Link to post
Share on other sites

in V 3.5 I used fill field #url then name was <name="user[contact_company_url]"> In 4.0 in the type text I tried the id, then the name <name="user[contact_company_url]"> then #url and still nothing works. The bot will not fill.

Link to post
Share on other sites

I had already tried change attribute before I went into the forum. Still the same problem. I have tried everything in the advanced editor to make this thing work. How can I attache the script maybe you can see something there..

Link to post
Share on other sites

I had already tried change attribute before I went into the forum. Still the same problem. I have tried everything in the advanced editor to make this thing work. How can I attache the script maybe you can see something there..

 

You can either paste it in a new message (then some of the big guns can also have a look) or send it to me via PM...

Link to post
Share on other sites

http://online.submit...om/registration

 

Everything else on this page works however when I get to the Website URL it will not fill. Can anyone tell me how to get this to work? Thank Y ou

 

Hey Fran,

 

Run it with javascript.

 

This is working for me, tested many times:

 

run javascript("document.getElementById(\"contact_company_url\").value =\http://www.mywebsite.com\";)

 

Change mywebsite.com with your own website of course, or you can call it from a ui box...

 

HTH,

Justin

Link to post
Share on other sites

Tried Java script this way

"document.getElementById\"contact_company_url\".value =\http://www.botguru.net\";

and this way

"document.getElementById\"contact_company_url\".value =\#url\";

 

neither works. Is this the correct way to use this coding?

Link to post
Share on other sites

Actually, I do know why it didn't work...

 

Replace the

 

type text($element offset(<type="text">, 2), "www.botguru.net", "Standard")

 

with

 

type text(<id="contact_company_url">, "www.botguru.net", "Standard")

 

And it will work fine...

 

:rolleyes:

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