ajax related help

computeridiot007

computeridiot007

@computeridiot007-xUubel Oct 2, 2024

brothers I have chosen a project related to ajax.The topic is
USE AJAX TO PREVENT REPEAT FORM SUBMISSION,
Can somebody tell me how to proceed with.Just now learned php and mysql and littlebit ajax .I have no idea what to do next.please help me

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Oct 12, 2010

    I didn't get you
    can you explain a little more?

  • computeridiot007

    computeridiot007

    @computeridiot007-xUubel Oct 12, 2010

    goyal420I didn't get you
    can you explain a little more?

    The topic I have chosen for miniproject is USE AJAX TO PREVENT REPEAT FORM SUBMISSION.I have learned php and mysql and little bit ajax .I have no idea then what to do next .Please guide me .Can I able to finish this within a week .I need ideas to work out

    https://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4731421
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Oct 12, 2010

    You mean to say if user submit form one time then he will not be able to submit it again

    if that so then it is very easy to implement
    You need to use some ajax but this thing is very basic .

  • computeridiot007

    computeridiot007

    @computeridiot007-xUubel Oct 13, 2010

    goyal420You mean to say if user submit form one time then he will not be able to submit it again

    if that so then it is very easy to implement
    You need to use some ajax but this thing is very basic .

    in slower connections also it should holds true. ??? how to proceed bro .I am not asking code rather how to proceed

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Oct 13, 2010

    There are many ways to implement this

    One way if you want to prevent repeat form submission is to check user name as user enters his/her username inside textbox an ajax request will be sent to server checking whether username already exists or not if it returns true then it will not allow him to submit that form or instead of username ,you can also use check email id

    other way is to retrieve ip address of user ,as submit the form

    and if user tries to resubmit it then it will check whether request is coming from same ip address or not
    if yes then it will block him

    Does this answer your query?

    If not then please explain with example what you want exactly?

  • computeridiot007

    computeridiot007

    @computeridiot007-xUubel Oct 14, 2010

    goyal420There are many ways to implement this

    One way if you want to prevent repeat form submission is to check user name as user enters his/her username inside textbox an ajax request will be sent to server checking whether username already exists or not if it returns true then it will not allow him to submit that form or instead of username ,you can also use check email id

    other way is to retrieve ip address of user ,as submit the form

    and if user tries to resubmit it then it will check whether request is coming from same ip address or not
    if yes then it will block him

    Does this answer your query?

    If not then please explain with example what you want exactly?

    brother them according to your post it seems like live validation Isn't it .Is this is a good project.I have chosen this topic for my mini project.

  • Reya

    Reya

    @reya-SMihdC Oct 14, 2010

    But dont u think it is the basic one??R u going to prevent repetition of form submission alone in your project??

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Oct 14, 2010

    Can you give me link of that ieee paper

  • computeridiot007

    computeridiot007

    @computeridiot007-xUubel Oct 14, 2010

    goyal420Can you give me link of that ieee paper

    i will mail to you if you want to have a look

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Oct 15, 2010

    Ok mail me
    my id is
    #-Link-Snipped-#

  • computeridiot007

    computeridiot007

    @computeridiot007-xUubel Oct 15, 2010

    goyal420Ok mail me
    my id is
    #-Link-Snipped-#

    brother i have sent it , see it and tell me your ideas

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Oct 19, 2010

    Sorry rajesh

    I was not accessing ce from my pc since one week

    Today i download your paper and will suggest you something for your project

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Oct 22, 2010

    How about developing a new user authentication mechanism
    till now we have only one way for user authentication ie password
    how about developing some way of authentication through your voice
    moreover you can have your own webservice which in turn may turn into your source of income

  • computeridiot007

    computeridiot007

    @computeridiot007-xUubel Jun 4, 2023

    praveena211But dont u think it is the basic one??R u going to prevent repetition of form submission alone in your project??

    since it was there in ieee i thought it must be good.Anyhow i can't change the project at the end then I will change it by adding some more features to it .For main project I won't be like this .I will get a clear idea from you brothers