• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • About
  • Life
  • Tech
  • Travel
  • Work
  • Questions
  • Contact

Welcome

.

How do I tell javascript to verify my information and direct me to another page at the same time through a submit button

April 11, 2020 by

Questions › How do I tell javascript to verify my information and direct me to another page at the same time through a submit button
0
Vote Up
Vote Down
Garmaine asked 3 years ago

Hey guys I am new to web development. I am currently trying to learn JavaScript.

At the moment I am trying to create a page where when it loads up, the page will ask for the user to input his/her zip code. Now I have a specific zip code that I want the user to input which is 11385. Now, after the user inputs the zipcode I want JavaScript to check if that zipcode is 11385, if it is 11385 I want an alert to pop up and for it to direct me to another page.

I am trying to teach myself coding so I don't really have anyone to ask if you could bear with me. Thank you in advance your help is greatly appreciated.

<form action="c:/users/lui/desktop/index.html" method="post" onsubmit="return ver()">
  <fieldset>
    <legend>zip code Information</legend> <label for="shippingName">Name:</label>
    <input type="text" name="Name" id="shippingName" required><br/>

    <label for="billingzip">Zip code:</label> <input type="text" name="zip" pattern="[0-9]{5}" required><br/>
  </fieldset>

  <input type="submit" value="Verify" />
</form>

<script>
  function ver() {
    var eje = document.getElementById('zip_code');

    if (eje.value == 11385) {
      alert("thank you");
    }
    return true;
  }
</script>
Are you looking for the answer?
Original Question and Possible Answers can be found on `http://stackoverflow.com`

Question Tags: html, javascript

Please login or Register to submit your answer




Primary Sidebar

Tags

Advancements architecture beautiful life best building calling city commercial convenience employment Finances Cognitive decline Future gadgets Hidden Gems highway Home houses hydration Impact Innovations lamp lighting Mental health military tech Must-See New York City occupation Productivity recreation romance sepia shopping sippy cups smartphones social Technological breakthroughs technology toddlers Treasures turns Uncover Well-being Wonders Work Young onset dementia

Newsletter

Complete the form below, and we'll send you all the latest news.

Footer

Footer Funnies

Who knew that reading the footer could be such a hilarious adventure? As we navigate websites, books, and documents, we often stumble upon the unassuming space at the bottom, only to discover a treasure trove of amusement. In this side-splitting compilation, we present 100 jokes that celebrate the unsung hero of content – the footer. Get ready to chuckle, giggle, and maybe even snort as we dive into the world of footnotes, disclaimers, and hidden comedic gems. Brace yourself for a wild ride through the footer!

Recent

  • Unveiling the Enigma: Almost-Magical Lamp Lights Highway Turns
  • The Impact of Young Onset Dementia on Employment and Finances: Optimizing Post-Diagnostic Approaches
  • 11 Wonders of 2023 Technological Breakthrough – Unveiling the Future
  • Work from Home and Stay Mentally Sane – Achieve Productivity and Well-being
  • Hidden Gems of New York City – Uncover the Must-See Treasures!

Search

Tags

Advancements architecture beautiful life best building calling city commercial convenience employment Finances Cognitive decline Future gadgets Hidden Gems highway Home houses hydration Impact Innovations lamp lighting Mental health military tech Must-See New York City occupation Productivity recreation romance sepia shopping sippy cups smartphones social Technological breakthroughs technology toddlers Treasures turns Uncover Well-being Wonders Work Young onset dementia

Copyright © 2023