Recent content by Miranda E

  1. M

    How much will the fuel leak in my 1990 Toyota Camry cost to fix.?

    My 1990 Toyota Camry DX has a fuel leak. The gas can be smelled a good 10 feet away from my car. One of my friends identified the issue when they were walking by my car. Upon farther inspection he found that the whole underbelly of my car was covered in gas including the exhaust manifold. I...
  2. M

    How do I submit an html form using Javascript but Validate it using PHP?

    I made an HTML form and it can validate using a submit button. How do I create a javascript submit link that will send my form to my validation page? My Submit Link: <a class="button" href="javascript:document.contact_form.submit()" onClick="document.contact_form.submit()" name="submit"...
  3. M

    PHP Form submit Link doesn't work with validation.?

    I have a php form and when I try to send it with a link it doesn't validate the areas that need to be validated. It validates fine with a submit button but I don't want to use a submit button. Here's my Submit link code: <a class="button"...
Back
Top