Jump to content
UBot Underground

run javascript on godaddy page


Recommended Posts

In godaddy's advanced search I'm trying to get the search button to work.

 

Looks like the code is:

 

<img onclick="RecordClick(event, '22364',''); if ( search() ) return true; else return false;" title="Search" alt="Search" src="https://img5.wsimg.com/dna/search/small-orange-search-button.gif">

 

But run javascript --> RecordClick(); isn't working.

 

tips?

Link to post
Share on other sites
  • 1 month later...

I was having the same problem.

 

Solution

 

Choose by Atribute

Atribute
Outerhtml

Search String
<IMG title=Search onclick="RecordClick(event, '22364',''); if ( search() ) return true; else return false;" alt=Search src="https://img5.wsimg.com/dna/search/small-orange-search-button.gif">

Method
Exactmatch

 

Then use click chosen

Link to post
Share on other sites
  • 1 month later...

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