Questions tagged as 'html'

1
answer

Usable but invisible input

I need an Input, in which I can pass a value to it via javascript but that it is invisible. I have 3 fixed values that I will always pass one of them, SAC, Distributor or Consultant, but as I need to send those values in the form just to know wh...
asked by 03.07.2018 / 14:31
2
answers

Post php only with all fields filled out

My form is always being sent, even if there is nothing in the input, can someone give me a light? HTML: <form id="ajax" method="post"> <div class="form-group"> <input type="text" name="name" class="form-control...
asked by 29.05.2018 / 22:38
4
answers

How to add a new style to an html element?

Hello, I would like your help in a problem that I did not find the solution for. I have this code: (example) .cifra.mono, .cifra.mono pre { font: 12pt 'Roboto Mono', monospace; } .c_config span { display: block; } .c_config...
asked by 30.05.2018 / 20:11
2
answers

How do you pass two parameters in the Ng-click Angular JS?

<button class="btn btn-conf-t btn-deletar" ng-click="deleteCategory(cat.id)"><i class="fa fa-trash"></i></button> Here I just pass one parameter, is it possible to pass ng-click="deleteCategory(cat.id, cat.nome)"...
asked by 07.05.2018 / 14:19
1
answer

Requests, BeautifulSoup Tables

I have a website that I want to extract specific data from a table Iwanttoextractalltheinformationthathas"PROLONG" element. My difficulty is that all tables have the same name in the "class" class="field". how do I extract the data related t...
asked by 10.05.2018 / 01:21
1
answer

Launch modal window

I'm trying to launch a window after sending email and then kill session and then redirect to index page. // Enviar email $mail->Send(); //echo "E-mail enviado com sucesso!"; echo "<script>alert('O boleto foi enviado para o e-m...
asked by 01.06.2018 / 19:56
1
answer

How to create shortcuts with JavaScript

The script that follows should allow the user to type the combination ALT + C where it would open a prompt and then enter a code to redirect to the page according to the numerical code informed. Script opens the browser prompt window and makes t...
asked by 01.06.2018 / 17:10
1
answer

The php appears on my home page

I'm doing my main page with my login , but I do not know why PHP appears that I did. What I wanted to do was hide PHP. My code: <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">...
asked by 17.05.2018 / 12:20
1
answer

How do I fix this error in HTML + CSS Sub-Menus?

The submenus of my menu appear without having to move the mouse in the Menu, when going over the 'ul' of the submenu they already appear, I ended up getting lost in my code and now I do not think where I made that mistake, this error of appearin...
asked by 23.09.2018 / 07:38
1
answer

Website with hidden HTML

I need to extract the sales data for new cars on some websites. One of the sites is the Locamerica company. However, on her site does not appear in the page HTML content that I need to extract. I need to extract the data of each car pres...
asked by 19.05.2018 / 23:29