Questions tagged as 'html'

0
answers

Name problems of the "id" o Does not recognize the "id"

Hi, I want to migrate a template to WebForm , so I try to copy the html code with its libraries (css, js) and when I run the aspx page, I get the error of IDs name of my labels.    Here I leave all the contents of the head:     Trans...
asked by 15.08.2018 / 15:54
0
answers

How can I use the ng-options in a list

I am trying to fill a list according to when another is selected, when a value is selected from the first list a query is made in the BD , and later with that information I filled the second list, but I have to use the ng-options si...
asked by 16.08.2018 / 15:24
1
answer

PHP Mailer | The emails do not arrive and a strange message comes out when sending

I have a problem several days ago and I am not finding a solution anywhere, first try with php mail, and it did not work for me and they recommended me to use php mailer, but in the same way I think that the secure mail server does not work or n...
asked by 16.08.2018 / 15:39
2
answers

I can not connect my html form to the database

I leave my code of the form and the connection .. <? php $conectar=@mysqli_connect('localhost','root',''); if (!$conectar) { echo "No se conecto a la base de datos"; }else{ $base=mysqli_select_db('optica'); if (!$base) {...
asked by 21.08.2018 / 22:57
1
answer

Problem with Line Jump in Boostrap 3.3

For several days he has not been able to find it because a view is not displayed correctly, made with Java Server Pages and Bootstrap 3. I have reviewed the code and I can not see what the error is, the Bootstrap libraries load them correctly an...
asked by 13.08.2018 / 09:33
2
answers

Show input according to privileges

I have a user form and password that sends the data to the following checklogin.php <?php session_start(); ?> <?php $host_db = "localhost"; $user_db = "database1"; $pass_db = "mypass"; $db_name = "usuariodatabase"; $conexion = new mys...
asked by 12.08.2018 / 23:48
0
answers

Datatable loaded does not work

I'm trying to add a loaded gif in my datatable . I tried but it does not work. Here my code <script> // Call the dataTables jQuery plugin $(document).ready(function() { var table = $('#dataTable')...
asked by 10.08.2018 / 21:18
0
answers

Find a MANIFEST file?

I'm doing the adaptation of a web page to OFFLINE that is inside a web app. I have created the .manifest file inside the public folder (the application is being developed in Laravel 5.2 .) Implemented in a local XAMPP server ), the proble...
asked by 10.08.2018 / 16:16
0
answers

I have problems finishing a Maven Java exercise

I need to make a kind of final page where all the data that I collected and created at the beginning through 2 forms is detailed. One form is data collection to create a work order in a workshop and the other form creates an owner. The owner for...
asked by 08.08.2018 / 20:16
1
answer

Share button on facebook with meta-tags

I want to set parameters to share with the facebook button and its documentation does not work for me, I've tried many codes and nothing works for me, I only get an image that I did not establish and I do not know what else to do, here's my code...
asked by 10.08.2018 / 16:09