Questions tagged as 'html'

1
answer

How will I pass this id with the $ _POST variable to PHP

I do this in my "form" to list in a "Combobox" the places that are registered in the database: <select class="form-control input-sm" name="cbEditarVagas" id="cbEditarVagas"> <option disabled selected>Selecione</option> <?p...
asked by 26.06.2018 / 18:39
0
answers

I can not insert icone into an image with after or before

I need to implement a icone in :after of this radio field because I want it to look like the IwasabletoinsertthecssnormalonlyIamnotabletoimplementtheiconthatwouldbeintheleftcornerofthescreenwhatIamdoingthewrongthingfollowst...
asked by 26.06.2018 / 20:58
1
answer

When using input type="button" or input type="submit"

I have a simple question about the semantic part. button I can modify your actions using Javascript . When should I use it or exchange it with submit ? <input type="button"> e <input type="submit">     
asked by 30.10.2014 / 18:17
0
answers

How to integrate two forms that are on the same page?

I need to integrate two forms that are on the same page, would this be possible? I have a form that displays some options for the user with this I perform validations and calculations if everything is as the user wants he clicks a button and...
asked by 24.06.2018 / 04:32
1
answer

Checkboxes with php Database

Good afternoon. Now I ask you to highlight my little programming experience. If my question does not fit well with the theme that I am going to present, I apologize. I ask for your help and cooperation. I'm doing a garage project in which...
asked by 28.06.2018 / 21:41
0
answers

Bootstrap Grid Html - Problem with collapse button

Hello, I created a 3-column grid with the bootstrap and inserted two collapse buttons into each column. The problem is that in any collapse button that I click, it only opens in a column, always in the first column. I want to click the collapse...
asked by 30.06.2018 / 03:47
1
answer

How do I return a random value from my database already displaying on another tab?

I want to return a random value from the bank and already display in another tab, through a function. For when I click on send already calls this function. Controller public ActionResult RetornarVideoAleatorio(int id) { var lis...
asked by 04.09.2018 / 01:07
1
answer

Attribute for $ _POST loses information

I have an attribute called $nomeConteudo , which makes a select in my database and returns the value correctly, because through echo I check that the value is normal. Within a form, I need to send this value to my formaction. For alread...
asked by 03.09.2018 / 23:09
0
answers

SCSS compiler error while changing files path

Personally I bought the theme of an admin at themeforest it uses scss and I'm having a difficult time organizing the files to be able to compile here as is several themes there are many files. I have already separated the folder I need...
asked by 21.06.2018 / 21:04
1
answer

Put swal inside a js function

function excluiraluno(id){ decisao = confirm('Deseja deletar?'); if(decisao){ $.ajax({ url: "EditaExcluiAluno.php", dataType: "html", type: "POST", data: { id: id}, success: function(data){...
asked by 22.06.2018 / 01:11