Questions tagged as 'html'

1
answer

Php Post Approval System

I'm creating a medium post approval system in "Gambiarra", what I did is, when the user posts, it gets value '0' in the 'Status' table in the database. So I have a restricted page for the site's adm, on this page I have a loop that displays th...
asked by 15.10.2018 / 16:03
1
answer

Simulate Angular Binding with Pure JavaScript

Is it possible to simulate Angular data binding in pure javascript? Example: <!DOCTYPE html> <html> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script><body><di...
asked by 14.10.2018 / 21:39
1
answer

How to send html form to route node? Crud!

Hello, I have to send the information of an html form via POST to a crud on node and mongodb! I can not do it! follows the code below: pastebin code: link     
asked by 16.10.2018 / 14:29
4
answers

Limit Input Value

Hello, I have an input called spent, and the value you entered can not be greater than 1,000,00 , if greater than 1,000,00 a modal appears on the screen. Could you help me with how to do this javascript, please?     
asked by 16.10.2018 / 12:45
2
answers

Javascript Error - DataTables

Hello, I have a code that works in dataTables on a page, so I took the template and the only changes I made was renaming the js , renaming the function $ () The rest left the same in the case the structure, I only know the basics of js and came...
asked by 16.10.2018 / 14:30
1
answer

Form in Html

I'm trying to create a contact form in html, but when I send it, it opens the Outlook and misconfigures the information. How I do? The form will be included within an ecommerce. <form action="mailto:[email protected]" method="post">...
asked by 04.09.2018 / 00:34
1
answer

PHP - Receive the ID of a value via select option $ _POST

Good afternoon guys, I've been developing a code and packaged a part. I need to get a value to register it as fkid from a table. I have this part of the code: <td><h3>Vincular Conteudo</h3></td> <td col...
asked by 01.09.2018 / 23:19
1
answer

Save the user traffic source

I need to save the user traffic source. Because the URL of the post is different from the URL of the form, I'm using an input hidden in the form to retrieve that data (if not, the traffic source will always be the URL of the form). However, I am...
asked by 24.08.2018 / 19:12
1
answer

Form via GET

I'm sending data via get through the url form this way <form action="dashboard.php?link=products/home&so=app_windows" method="GET"> </form> When sending, it always redirects to dashboard/dashboard.php?so=app_and...
asked by 25.08.2018 / 05:16
1
answer

A display property: flex is bugging my image

The problem is in align-items: flex-end. After I added this line, along with the display: flex. My image increases by 4px below when I hover the mouse over. And I do not know why this happens, I need to figure it out. I've added these two...
asked by 23.08.2018 / 03:42