Results 1 to 1 of 1

Thread: How to achieve the following...(HTML/Javascript)

  1. #1
    871 Guest

    How to achieve the following...(HTML/Javascript)

    Good day,
    quite a strange problem, but can't solve it on my own Let's say, I have Google Mail login page, saved locally to C: disk. I want to edit its source so, that when entered username and password and clicked on "Login" button it did absolutelly nothing, but the form did not reset. I tried deleting from the source

    Code:
    form action = https"//....", "method = post", "onsubmit = ...
    So, when the form is submitted, nothing happens(as I want it to be), but the field values are reset(what I want to avoid). Any ideas, please? I also tried inserting to source code

    Code:
    form onsubmit = return false
    but the username and password values are still reset. I hope my question is understandable
    Last edited by <CrGeary.com/>; 24 Apr 2010 at 07:12 AM. Reason: Code tags added, because it was hard to read without them

Similar Threads

  1. Website Functionality : Effective Website Design to achieve Maximum Success
    By aressindiaseo in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 18 Apr 2009, 10:39 AM
  2. Help on how to achieve this please ...
    By Ulysses in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 11 Jan 2006, 05:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •