Guest User

Untitled

a guest
May 4th, 2021
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <head>
  2. <script>
  3. function FindNext () {
  4. var str = document.getElementById ("search_text").value
  5. alert (str);
  6. }
  7. </script>
  8. </head>
  9. <body>
  10. <div class="search-container">
  11. <form <!--action="/search_page.php"> -->
  12. <input type="text" placeholder="Search.." name="search" id="search_text">
  13. <button onclick="FindNext" type="submit">Submit</button>
  14. </form>
  15. </div>
  16. </body>
Advertisement
Add Comment
Please, Sign In to add comment