Jump to content
UBot Underground

Help clicking javacript button


Recommended Posts

HI Guys - im trying to click a button but just not able to

 

its for the Veoh website on the signup page - its actually the sign up link

 

the code is as follows

 

<DIV class=buttonBar><A id=a-register-submit class="button sp_button-green floatR buttonSpaceFix" onclick="$('form-register').submit(); return false;" href="/register"><SPAN>Sign Up</SPAN></A> </DIV>

 

If i try to click the button normally then it resets the page - i think this will need to be done with javascript but havnt been able to get the right coding to click it.

 

Any help would be great

 

Just sorted it guys - what an idiot - lol

 

if you need help then run javascript using the following code

 

$('form-register').submit();

 

thought i would publish the thread just incase someone else has similar issues

 

cheers

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