Questions tagged as 'html'

1
answer

how to generate this type of messages?

I want to learn how to make these types of messages, is it a modal? some example? Is it only css? what libraries are used to do it? jquery?     
asked by 23.01.2017 / 05:42
1
answer

Opacity change in invisible menu

I've made this menu link . In which when entering the cursor on the page changes its opacity to 50% and when you put on it, it is 100% opacity. As you can see, it works more or less, but when you put it on it disappears, it reappears a couple o...
asked by 04.02.2017 / 18:22
2
answers

if online php does not work

I have this code <?php $country=$result['pais']; } $strSQL = "SELECT id, nombre FROM paises"; $query = mysqli_query($db, $strSQL); $totalrows = mysqli_num_rows($query); ?> <select class="form-control" name="acccountry"> <?p...
asked by 28.10.2016 / 10:45
1
answer

Error in a form that connects to a database on phpmyadmin

Everything is fine, but the moment I press the save button I get the following error:    Fatal error: Call to a member function save () on a non-object   in C: \ wamp \ www \ form \ form.php on line 18. I leave the codes: <?php inclu...
asked by 10.10.2016 / 07:51
3
answers

Enable href depending on the user with session started for certain permissions

I need to enable a href to a certain user role using sessions. For example if X user has the active session. Example: if($_SESSION['usuario']=="X") enable you to open a league eg <a href="#gerencias.php">Gerencias Administr...
asked by 04.11.2016 / 20:53
3
answers

How can I extract the data in this JSON using javascript and html?

I want to extract the data from this json by Javascript and HTML what I need is to show the data "ID" y "NAME" link { "mohademago": { "id": 4294825, "name": "mohademago", "profile...
asked by 13.04.2017 / 02:54
3
answers

Send a multidimensional associative arrangement through the use of forms

From a form like this: <form action="action.php" method="POST"> Foo: <input type="text" name="foo"><br> <input type="submit" value="Submit"> </form> We know that to classically access the info...
asked by 17.06.2016 / 17:21
2
answers

Various doubts with div [closed]

I have a page where the header and footer are always static, just change the body when you press a few buttons. The fact is that I have the main page, I need to make the different divs of the content I want to change. I have two questions:...
asked by 17.06.2016 / 11:23
2
answers

How can I leave a bootstrap datepicker functional but readonly

I have an input defined as follows: <input type="text" name="fecha" id="datepicker" pattern="[_0-9]{2}/[_0-9]{2}/[_0-9]{4}" class="form-control" required> With the following script on the same page <script> $('#datepicker').da...
asked by 29.06.2016 / 15:05
1
answer

Query css for certain tags

I have the following: <html ng-app="app"> <head> <title>aprobado</title> <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link r...
asked by 07.07.2016 / 09:14