Drupal website specialists. Call us about your project on (02) 8006 3402

javascript

Posted 16/May/2014 by vicky

Are you an amazing front end developer looking to break into Drupal Development?

-Do you want to work in an office filled with happy people?
-Do you want the ability to build high end development projects?
-Are you proactive with a go getter attitude?
-Are you looking to learn and improve your skills?

If the answer is yes to all of those questions then this is the role for you!

We are currently seeking a talented front end developer with proven experience.

Posted 21/July/2010 by neubreed

I needed to submit a form via a standard link. I initially used simple method like this:

<form name="myform">
<input type=text name="domainname">
<a href="javascript:document.myform.submit();">Submit</a>
</form>

This works fine, but I also had a few other submit buttons on the same page that performed different actions. So I created a function and included it in the to update a hidden field with the value of my action like so: