Questions tagged as 'html'

2
answers

Why can not I see the sweetalert alert?

I have a form in a modal, that when clicking on submit button, after validating the fields, I send it to a php that inserts the data in a database. Next, an alert is notified on the screen. This is the form <form action="insertar.php" me...
asked by 19.03.2018 / 18:51
2
answers

Is it possible to put the browser icon as a source?

I want to change the icon that appears in the browsers tab, the person in charge of uploading the image is: <link rel="shortcut icon" type="image/x-icon" href="logo.ico" /> Well now I want to load a source of bootstrap, type glyphico...
asked by 20.09.2016 / 16:45
3
answers

Is there any way to pass data between links?

I want to make a page of redireccionando.html but I have several links in índex.html and I do not want to have to do redireccionando_link_1.html , redireccionando_link_2.html , etc. Is it possible that I only have to...
asked by 22.12.2016 / 21:27
3
answers

Locating objects in the middle of a form

I have the following code body {} .PrincipalForm { margin: 0 auto; border: 1px solid #666666; width: 310px; height: 600px; } .TblLogin { margin: 0 auto; } #usuario { width: 150px; } #password { width:...
asked by 10.07.2018 / 23:17
3
answers

How to make a bootstrap Collapse in html tables?

I would like to get this effect toggle bootstrap in a table, that is to say: get that effect of displacement up, but all I get is that it appears and disappears with a horrible effect. I leave you a bit of code: $(function ()...
asked by 05.10.2018 / 19:27
4
answers

Collect text with special characters from a form and insert them into a database

I would like to collect a text with special characters ('´ñ) of a form in html . This will change to codigo.php that will be responsible for inserting it into a database MySQL . The fact is that I have tried a thousa...
asked by 26.05.2017 / 14:33
3
answers

Value with various data like to find it in other pages in PHP

I have the following code pagina1.php <input type="checkbox" class="case" name="case[]" value="<?php printf("%s",$row["nombre"]); printf("|"); printf("%s",$row["fecha"]); printf("|"); printf("%s",$row["hora"]);?>"> I send it to...
asked by 12.10.2016 / 19:36
2
answers

How do I make .htaccess for 404?

How do I make a .htaccess so that when it detects a 404 error redirect itself, that is to the index.html. I already have the file and I uploaded it to the page in the route / public_html, but I do not know what to put it in for it to work....
asked by 18.12.2016 / 20:24
2
answers

Create a select depending on the selected value in another

I have this select , in which the option that are in disabled are the CATEGORIES and within those categories there is a letter with number. In this select I have ordered them but they asked me that when I select one of...
asked by 14.09.2018 / 14:40
1
answer

Change word when I click

How can I hide the word volver and show it when the div that has the class collapse is opened and the word search is hidden, that is, when the div makes collapse , "this open " show the word return if it i...
asked by 03.11.2017 / 16:02