Questions tagged as 'html'

0
answers

Multiple image upload button

Good afternoon, I want to add another photo field according to the cod below, this button has to upload multiple images .. When I put the c to run, it does not show anything on the screen.     
asked by 04.07.2018 / 20:34
1
answer

PHPMailer - Attachment has no extension

Well, when sending my attachment using PHPMailer, if I do not add an extension after the variable, I can not get the extension of the selected file ie: $mail->addAttachment($uploadfile) should send the file, giving its name and type...
asked by 04.07.2018 / 17:55
1
answer

Save checkbox in mysql with php

I'm trying to save this form to the database but when I got to the checkbox I could not save it to the database. Here are the codes I tried to use. HTML: <div class="col-sm-12"> <label><b>Como você ficou sabendo do empreen...
asked by 10.07.2018 / 14:24
0
answers

javascript and html drag and drop to react

In html and javascript I have to run this drag and drop code and I want to move now to react, can anyone help? Navbar component <ul className="menu"> <Link to="/home"> <li title="Home"><i className="fa fa-home">Ho...
asked by 10.07.2018 / 12:47
0
answers

Print only by clicking the button on the page

Is there a way to put page content to print just by the child button on the page? I have the function in JS function cont(){ window.print(); } HTML <button onClick="cont();">click</button> Is there a way t...
asked by 04.07.2018 / 16:03
1
answer

Help with HTML (button with area and input)

Good evening, everyone. The code is this: <form action="/teste.php" method="get"> <map name="image-map"> <area target="" alt="" title="" coords="210,233,541,508" shape="rect"> </map> <div>...
asked by 03.07.2018 / 01:37
1
answer

Table mat-table does not render in browser with Angular 6

In the browser debug I get this error (screenshot): Thisismypagehtml(test)<div><label>Nome:<input[(ngModel)]="operator.Name" placeholder="Nome"> </label> </div> <div> <label>Versão: <input [(...
asked by 03.07.2018 / 16:40
0
answers

National Simple The ControlToValidate property of '' RegularExpressionValidator1 '' can not be blank

I am developing a query in Simple National, but when giving an HTTPPost in the site link returns me the error The ControlToValidate property of ''RegularExpressionValidator1'' cannot be blank. Follow the query code: Post.WriteString('_...
asked by 03.07.2018 / 19:20
0
answers

Problems with monetary values in input

I have a table of properties in my database, these properties have their field "Value" which is ocmo decimal (19,2). I then have a system that registers real estate (that goes to the DB) and logically a field to insert the price of the regist...
asked by 03.07.2018 / 15:29
0
answers

The modal form appears messy

I need a little help. My modal form appears messy when I put it inside my project. On the other hand, when I create a separate page, it appears perfectly as it should be. Here is the code: input[type=text], input[type=password] { width...
asked by 05.07.2018 / 19:40