Questions tagged as 'html'

1
answer

How can I show a DIV from another DIV to which the mouse is passed over? [closed]

I am creating a web page and I need that, when you pass the mouse over a DIV, below it appears another DIV     
asked by 03.09.2018 / 21:41
1
answer

Center columns dynamically

I'm doing a web in which I need to dynamically center some columns, each column is filled with values that I use from a backend, meaning that if there is only one element, it should appear in the center of the view, so if there are two elements...
asked by 03.09.2018 / 21:49
1
answer

autocliclear the button Start your 30-day free trial from amazon.com

I want to create an Amazon Prime account automatically With visual I created the project and currently, all that remains is to click automatically on the Start your 30-days free trial button. I can not do it through the DOM of the page b...
asked by 21.08.2018 / 05:41
1
answer

because when I change an integer value to a decimal I get an error?

good morning Working with php, I'm making a shopping cart. everything was fine until I realized that it does not save me values with decimals, pure integers in tables such as prices or totals, etc. my tables had them in decimal type, then...
asked by 21.08.2018 / 18:26
1
answer

How can I download links directly?

Good, my question is how can I directly download this type of links: link Without having to click derechi and download.     
asked by 19.08.2018 / 20:19
1
answer

Help with a php code to not show the page if it is accessed from the url

I have the following code that its function would be to detect the entry from the page step1.php to paso2.php Let me explain, I want people who enter step2.php without going through the first step not to be allowed, with this code I have achi...
asked by 18.08.2018 / 13:52
1
answer

PHP Mail | Form emails do not arrive to my mail server

I would like to know if there is any way to get mail sent from a form to an email from my company. I tried with my gmail mail and it works correctly. But I send from another email and they do not arrive ... My form: <form method="post...
asked by 13.08.2018 / 15:19
1
answer

Correct way to hide an HTML input using javascript

I have my html code has two input: payment and total I have implemented a script with the keyup method to verify that the payment is greater than the total and show the input of type submit. The input of type submit is shown only if the payme...
asked by 13.08.2018 / 00:22
1
answer

How to send the data of a form to GMAIL with PHP

I need to know how I can send the values that the user completes in a contact form, via PHP to an email     
asked by 29.08.2018 / 16:32
1
answer

Fill an option tag with a for

I want to make a select that has a option tag which is filled with values from 1 to 8 <select class="num_per" [(ngModel)]="personas" [ngModelOptions]="{standalone: true}" name="personas"> <option class="placeholder" [...
asked by 23.08.2018 / 16:12