Questions tagged [reset-button]

17 questions
3
votes
3 answers

How to put an "X" (to clear a text box) inside the text box?

In my Windows application I would like to put an X at the right edge of a text box to clear it. Similar to what Google is using right now. Check out Google and do a search for anything. You'll see the X in the text box as soon as you've started…
Matt Winer
  • 495
  • 9
  • 26
3
votes
2 answers

using image as reset button

i want to use an image as reset button what code i should use in HTML and CSS ?
Muhammad Hussain
  • 141
  • 2
  • 2
  • 11
2
votes
2 answers

Reset/Clear button in Android

I need a reset button that reset all the editText boxes on click to the initial state. at the moment i have this: main_xml
2
votes
2 answers

reset button is not working in asp.net

I have an asp.net web page that displays data that was returned from the database. However, when I attempt to click "Reset" () the button doesn't do anything.
user279521
  • 4,779
  • 21
  • 78
  • 109
0
votes
0 answers

How to reset memory game with jQuery

My problem is that I want to make reset/new game button to my simple memory game and it went well until the cards have to shuffle again. Now it only works to play same game over and over again. Here is my code, $(document).ready(function() { …
0
votes
2 answers

How do I make a reset button to reset everything to how it was when the program was first loaded?

your textI am making a Custom Scientific Calculator in tkinter Python and I want a button to reset everything in the program to how it was when the program first started. It is heavily unfinished but I am doing it one step at a time and so far I…
0
votes
0 answers

Reset button for timer in python tkinter

Hello Friends, I am working on my school project. But I have a problem. I am trying to make a timer with a counter. I am trying to make a reset button for timer as well as for counter but I am not able to make it. I am new to programing world so…
0
votes
1 answer

I have got a problem with the placement of the reset button on the guess game at developers.mozilla.org inside a web page, because it is placed wrong

I have started to learn JavaScript and was going through the tutorial on https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/A_first_splash with the guess game and want to incorporate the guess game into a web page to see how I can…
Sarmeda
  • 1
  • 1
0
votes
3 answers

How to make my reset button work in HTML without the form?

here is my code I have tried using javascript with onClick but then my submit button won't work. Then I tried changing it into the normal button and it still won't work. I tried putting it into the form and still won't work. So, I don't know how to…
NAK SUSHI
  • 1
  • 1
0
votes
2 answers

Why isn't my restart button working? (Tic tac toe game)

So I want to make a tic tac toe game with html and script javascript, and my reset button doesn't seem to work, everything else seems to be working well, can anyone tell me what's wrong here? I've tried moving the restart() function into the body,…
Jack Ng
  • 3
  • 1
0
votes
1 answer

Create a button that will clear specific cells & move data from one column to another in Google Sheets

Looking to create a button that will move my closing inventory counts into the opening inventory counts of a new week, while also clearing out the inputted counts. Basically resetting the spreadsheet for a new week. I will apologize as I have no…
0
votes
1 answer

Button to reset the selected option in dropdown list

I have a page with 2 select option dropdown lists and I can only use one of them each time I have to submit the selected option but if I use two and click on submit i get an error Only use one list and thats how it should work. for example: I have 2…
M.Aldein
  • 41
  • 7
0
votes
0 answers

How do I get to restart my Javascript code

For my Higher or Lower game i'm trying to make a reset button. But I just can't figure out how. I've tried it with for, while loops etc. I've searched on the internet but I can't find anything. Im just look for a reset button that "restarts" my…
0
votes
3 answers

how to make "reset sorting" button for listview in kendo ui

I have a ListView with enabled column sorting. I want to make a reset button which will reset the column sorting and the ListView will look same as on page loading. Similar to reloading the entire page, but just reloading the ListView. This Is my…
user3378624
  • 5
  • 1
  • 7
0
votes
1 answer

input type Reset Button Not clearing form perfectly

Here is my code: