473,398 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

how disable submitbutton with asp

JML

Hi guys,
I need HELP
I am trying to disable submit button after user submits the form.

thanks in advance


--
Jamal
Mpcparts.com / Milwaukeepc
414-3320874-143
414-332-1368
3900 N. Sherburn PL.
Shorewood,WI,53211

Jul 19 '05 #1
5 4917
You can't do it with ASP in the way that you mean, since ASP runs on the
server. To just disable the submit button, you can use client side code as
such:

<form onsubmit="this.NameOfSubmitButton.disabled=true;"

I don't know about browser compatibility of that though. INstead of trying
to disable the submit button, you could address the reason that you want to
do this and come up with a server-side solution. Like, have your code
handle duplicate submissions.

Ray at work
"JML" <ce*****@milwaukeepc.com> wrote in message
news:3f***********************@news.twtelecom.net. ..

Hi guys,
I need HELP
I am trying to disable submit button after user submits the form.

thanks in advance


--
Jamal
Mpcparts.com / Milwaukeepc
414-3320874-143
414-332-1368
3900 N. Sherburn PL.
Shorewood,WI,53211
Jul 19 '05 #2
Good point. My follow-up would be, can you point me to some sample code for
handling double-submissions on the server side?
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:eq**************@TK2MSFTNGP09.phx.gbl...
You can't do it with ASP in the way that you mean, since ASP runs on the
server. To just disable the submit button, you can use client side code as such:

<form onsubmit="this.NameOfSubmitButton.disabled=true;"

I don't know about browser compatibility of that though. INstead of trying to disable the submit button, you could address the reason that you want to do this and come up with a server-side solution. Like, have your code
handle duplicate submissions.

Ray at work
"JML" <ce*****@milwaukeepc.com> wrote in message
news:3f***********************@news.twtelecom.net. ..

Hi guys,
I need HELP
I am trying to disable submit button after user submits the form.

thanks in advance


--
Jamal
Mpcparts.com / Milwaukeepc
414-3320874-143
414-332-1368
3900 N. Sherburn PL.
Shorewood,WI,53211

Jul 19 '05 #3
Well, it all depends on what you're trying to avoid. What kind of data is
being submitted, and what do you want to prevent duplicates of? And how do
you define something as a duplicate? Like, if I entered Ray Costanzo into
your form, and then someone else with the same name also fills out your
form, that would not be a duplicate if we are different people. So, first
decide how you define duplicate entries, or double submissions.

Ray at work

"middletree" <mi********@htomail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Good point. My follow-up would be, can you point me to some sample code for handling double-submissions on the server side?
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:eq**************@TK2MSFTNGP09.phx.gbl...
You can't do it with ASP in the way that you mean, since ASP runs on the
server. To just disable the submit button, you can use client side code

as
such:

<form onsubmit="this.NameOfSubmitButton.disabled=true;"

I don't know about browser compatibility of that though. INstead of

trying
to disable the submit button, you could address the reason that you want

to
do this and come up with a server-side solution. Like, have your code
handle duplicate submissions.

Ray at work
"JML" <ce*****@milwaukeepc.com> wrote in message
news:3f***********************@news.twtelecom.net. ..

Hi guys,
I need HELP
I am trying to disable submit button after user submits the form.

thanks in advance


--
Jamal
Mpcparts.com / Milwaukeepc
414-3320874-143
414-332-1368
3900 N. Sherburn PL.
Shorewood,WI,53211


Jul 19 '05 #4
I am sorry I don't know how to make a client side script. Is there any
chance you can give me more information about this. Or could you direct
me to the resource.

thanks in advance.
JML


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #5
http://google.com/search?q=disable+submit+button

Ray at work

"Jamal AnJame" <ce*****@milwaukeepc.com> wrote in message
news:ew****************@TK2MSFTNGP10.phx.gbl...
I am sorry I don't know how to make a client side script. Is there any
chance you can give me more information about this. Or could you direct
me to the resource.

thanks in advance.
JML


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Bob Bedford | last post by:
I create checkboxes using datas from a database (with PHP). I store all values in an array, as I must pass this value like a Form value. Now, in some cases, when a checkbox is selected, I must...
6
by: nntp | last post by:
I have a set of links which I want search engines to crawl them, but I want to disable them from my visitors, so I will ask the link owners to pay me to let me enable them. <a disabled...
14
by: Sinity | last post by:
Anyone knows the method/codes to disable the clicked button after first click by using .aspx-- to prevent people to click many time when waiting for the server response. I tried to do this by...
7
by: nicholas | last post by:
how can I disable a button when the user clicks on it and the webform is validated. I want this to prevent the user from clicking twice and by this submitting the form twice. Thank you. ...
4
by: Chris | last post by:
I have an asp.net page say page1.aspx. The form in html code is <form id = "Form1"> And i want to disable all the fields of the form after some code steps. I had created a javascript funct: ...
0
by: Ahmad Jalil Qarshi | last post by:
Hi! I have a problem while developing some webpages.The Problem is that:- How We Can Disable The Controls Of One Web Form From Other Web Form In Asp.net? Explanation:- There Should Be Two...
4
by: Phoe6 | last post by:
Hi all, I am trying to disable the NIC card (and other cards) enabled in my machine to test diagnostics on that card. I am trying to disable it programmatic using python. I checked python wmi and...
0
by: sainiranji | last post by:
Hi All I have diffrent categories in diffrrent logging purpose and all are working fine...but now my requirment is to disable all at once . The below are change i did for disable all logges...
8
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I disable the right mouse button? -----------------------------------------------------------------------...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.