Questions tagged as 'html'

1
answer

Css does not apply to div

I am making a theme for tumblr, and I have defined a div called "info" to organize posting times and number of notes in the post. But when I save the changes and I'm going to visualize, nothing changes. When opening the preview element, I realiz...
asked by 16.12.2018 / 19:23
1
answer

Sending via POST differentiated mode

Hello, I have the following problem, I am using the payment method of the pagseguro, so that I fill out the data in a form and send it to the pagseguro page, and on the page I finish the payment. but I need this external tab to open in its own s...
asked by 16.12.2018 / 22:02
2
answers

error registering for bank

The following error message is displayed: Notice: Undefined index: razao_social in C:\xampp2\htdocs\estudo\cadastroPrestador.php on line 5 Notice: Undefined index: nome_fantasia in C:\xampp2\htdocs\estudo\cadastroPrestador.php on line 6 Warn...
asked by 17.12.2018 / 14:26
1
answer

Data Do Not Pass Before Submitting

Good afternoon. I'm new here in the forum and new to programming and I'm stuck in an action. I'm calling a modal window for the user to enter some information and clicking save information goes to inputs inside the form and the form is submit...
asked by 14.12.2018 / 21:25
4
answers

Return to the registration screen

I'm a beginner in PHP and need some help. I have a cadastre.html that has some fields that calls the cadastre.php that inserts the data in the database and shows the message if it was inserted successfully or not. How do I display this mes...
asked by 20.11.2018 / 04:55
1
answer

Axios GET is not collecting any personally identifiable information

Save, I'm having trouble collecting data from a weather API. My goal is to collect a lot of the rain data and for this I am using Vue Axios but I can not collect anything because even after changing the code the same error continues. Code:...
asked by 20.11.2018 / 17:59
1
answer

Problems calling a JavaScript function in a buttom in html! [closed]

I created two functions in js for two buttons in Html, one reads the name of visitors to the site and the other shows the name of the visitors who already read, as follows: var nomearray= [ ]; function nome(){ var nome = prompt("Olá viajan...
asked by 15.12.2018 / 22:53
1
answer

How to put a scrawl on the page [closed]

How to put a scrawled orange as in the image below on the html page?     
asked by 19.11.2018 / 22:12
2
answers

Grouping data in a php table

I need to group notes in a single line where OEs are repeated for example: Mycodebelow:<?phpforeach($class->Lista($empresa,$fatura)as$dados){$CdFatura=$dados->getFatura();$NrNFSe=$dados->getNrNFSe();$CdOE=$dados->getCdOe();$Nr...
asked by 20.11.2018 / 14:12
1
answer

Find div containing image and add class for CSS recognition

I need help finding the <img> tags within the structure below. When found, add a "hasimg" class next to the "skuFiltro" class of the primary <ul> tag. I need to recognize if it has an image or not to be able to diffe...
asked by 23.11.2018 / 12:33