Questions tagged as 'html'

2
answers

Align one button to the right with Bootstrap 4

I'm doing a CRUD and I need to align a button to the right completely but I can not do it, usually I always do it with ml-auto but it does not work for me, here's the code: <link href="https://stackpath.bootstrapcdn.com/...
asked by 22.04.2018 / 05:08
1
answer

Show all the images of a directory on my website

I have a solution in .Net which has a page that shows my images, I would like it to show all the images of a directory (folder), since there are so many I would not like to spend a lifetime referencing with an img src="" to each one of them I wo...
asked by 21.04.2018 / 17:12
1
answer

How to delete the last text or written number?

It turns out that I want to try to have the last number erased  I've written but I can not think of how. Something like the backspace that computers have, that's why the arrow between AC and the percentage. var primern; var segundon; v...
asked by 24.04.2018 / 22:24
1
answer

Positioning spanbutton in a certain place

I have the following div with these features HTML CODE <div id="arrastreImagen"> <span><i class="fa fa-times btn btn-danger"></i></span> <div id="imagenBeer"><img src="~/Content/asset...
asked by 25.04.2018 / 18:56
1
answer

Pass variable from JS to PHP [duplicated]

How could the value of a variable in JS pass to php? I need to do an echo $ location; in php since it's easier for me than doing it with js I've tried something like that but it does not work. $localizacion = "<script> document.w...
asked by 02.05.2018 / 10:51
3
answers

Change text color of navbar bootstrap4

I have a bootstrap navbar 4 but I want to change the color of the text but it does not leave me, I'm trying to call from the CSS the class that contains the text and nothing that lets me change the color, it only leaves me if I change it directl...
asked by 18.06.2018 / 18:03
2
answers

Retrieve select input value

I have the following piece of code that allows me to store new information in a MySQL database and also allows me to recover the saved information and make a modification if I wish. <input class="input_mayuscula" type="text" name="sistema_e...
asked by 19.06.2018 / 10:39
1
answer

Google ReCatpcha

I have a problem in understanding the Google ReCatpcha, here is my html code <form id="contact-form" class="contact-form" action="contact_form_handler.php" method="post" novalidate="novalidate"> <p> <input id="name" class="r...
asked by 20.04.2018 / 07:01
1
answer

Problem with do while in factorial

Good I am doing a program that gives you the factorial of a number, I have it resolved in a for and while but when wanting to pass it to do while it does not throw me anything, I do not know why it is unknown a lot about...
asked by 20.04.2018 / 19:32
2
answers

List an array of objects from JQuery, RESTful service using @GET, Java HTML

I have a RESTful service which stores data through a JQuery that sends a json to a POST method that inserts the object into the database. I also have a method that reads the records from the base, and stores them in an arrayList of objects, w...
asked by 17.04.2018 / 04:17