On my last page - confirmation page - I need to either disable the BACK button or on the page were they submit their vote it has to stay on the same page...because the way it is now once they submit their vote and it enters in the access database...and it brings them to their confirmation page...if they use the back button just once and click submit again it will again register their vote in the access database. I can't have them vote more than once.
We've got an ASP app that allows some 11,000 students to vote for student government. We've had a request to calculate the margin of error for the application. Does anyone have any ideas how one does this for an ASP app?
I have a number of names in a database and I need to connect these names to radio buttons. Basically a voting system. Users need to choose one of the options and the option they choose gets added to the total number of votes for that person.
I hope you understand what I'm trying to say. Anyway, I'm using Dreamweaver MX 2004.
I'm including pages in my asp page and I was wondering if there is any way to "require" the page. In PHP there's a require command that makes sure that the file is available and if it is not, then the page is not displayed. I would like to use it in place of the include command: <!-- #include file ="myfile.asp" -->
i have a list of records that a user fills out some text boxes and clicks some radio buttons and a checkbox to mark the record to update.how do i require those fields to be filled out before submission?
when i do it the way i know it doesn't submit because it is looking to require every textbox even if it's check to be updated.
I require a directory script in ASP which have both ability i.e. extracting data from Dmoz as well as user can add there links too. there are many in PHP but I am unable to find in ASP.
i have a question about a form i am taking online. you have to check the "I have read and understood..." checkbox before the form will let you submit the form, but i have all the terms and conditions embedded in the form as a textarea, and i know that i have seen form's requiring you to scroll through the contents before the checkbox would be enabled (FORCING you to at least acknowledgingly ignore them).
if i want to display many records from database with each record has one checkbox.. if the record do not meet the constraints.. e.g. if supplier name has no email address.. then that checkbox will be disabled....the rest will appear.. i tried the disabled/// but no result.
How can I check if the file is an JPG within my form?? If the file is JPG then the submit button should be enable, if not the submit button should be disable
I have a page that updates/deletes user records. I made the mistake of thinking that because admin's use it, that I didn't have to make it stupid proof.How do i enable/disable submit buttons based on a radio button selection? or what would be the best way of prompting a "are you really sure you want to delete this record?"I'm not finding much info with being able to do this in vbscript.
Is there a way to put this button in a disabled state, where it can't be clicked? I've tried adding an "enabled" property, but that doesn't work. I've even tried "visibility" property, but the input box doesn't seem to support that either.
I am trying to print HTML page from Internet explorer. In default IE prints header and footer when you print HTML page, I just want to disable those header and footer while printing my page...not permanently.
I have a ASP Page that allow the users to Download a File @ the Click of the button the File Download Dialog Box will pop up on the Screan ,on the download dialog Box are 4 buttons namely Open ,Save,Cancel and More Info ,How do I disable any Button on the Dialog box let say the Save button?
This isnt really a problem more like extra secutiry. I am creating a wesite for a user who isnt completely computer literate and i want to either disable him from having access to the IE Back button as if he goes back on one of the pages and then re-clicks on the button on that page it will re-submit data that he shouldnt be!
I'm having a problem disabling a back button. Normally what I would do is just throw a history.forward() javascript on the preceding page and be done with it. My problem is that the preceding page can either lead to an error or a confirmation page. If the user produces an error and are taken to the error page, they'll need to be able to click back to correct their mistake. If everything is correct and are taken to the confirmation page, then they shouldn't be allowed to get back.
Has anyone come across this? I've tried setting a session variable when everything is correct but clicking on Back makes the value of the session variable what it was when you originally got to the page.
I have two option button and on combobox,in that combobox i added "all" statically. My need is if i select that first RADIO BUTTON that "all" in the combobox has to be enable and if i select that second RADIOBUTTON the "all" in the my combobox has to be disable.this is my need. My first radiobutton name is all and second is select. tell me the coding and where i have to write that coding. please answer me becos i am new to this environment.
I want to disable text box property so user can't modify that perticular text box value in HTML form.I do not want to use label.how to disable text box property in HTML form.
In the popup window I have href links. The popup takes a while to load and I don’t want the users to be able to click on a link until the popup information has finished loading. Does anyone know what Visual Basic Script commands I can use to disable then enable the display in the popup window while the text and hyperlinks are loading (preferable I would still be able to see the text in the popup while its disabled.
My asp application has 2 lisboxes. The 1st lists lists school department and 2 buttons (teschers button and students button to select either teachers or students from selected school depatment, which populates the 2nd listbox.
The slectall button under 2nd lisbox is used to select all items listed. how do I disable selectall button if teachers buttons is clicked, and enabled if students button is clicked.
This may be a newbie question, but I cant seem to figure it out. I want to disable authentication for only one page, so that way anyone can get to that page. How would I do this?
I thought it was just adding EnableSessionState="false", but that did not work. So I am looking to have every page but this one authenticate and redirect to the login page. Is there some kind of exception I can add to the web.config?
i have a text area on a form that users fill in. is it possible to prevent the user from submitting the form when there is no data entered in the text area. as soon as the user enters data in the text area then the form should be able to submit.
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 adding a java script for the button. But, useless..
I don't whant to let the users to download my page by going to the File -> Save menu. Is this posible? Or/And disable the View page source? I have already done the "Disable Right-Click" function.