Questions tagged as 'html'

0
answers

Can you open WhatsApp from a WebView?

I have an error and I can not solve it, if someone can help me I will appreciate it a lot. I made a WebView application on android, which leads to a site uploaded to a free host, but on that page I created links to open WHatsapp (using the api),...
asked by 05.04.2018 / 01:47
0
answers

How to implement correctly Comments Social Facebook Plugin?

I am implementing comments on my website and they already work, the comments if you link them with my website, BUT I can not use the function: [] Also share on Facebook . The code you use is the official Facebook is as follows: <scri...
asked by 05.04.2018 / 03:53
0
answers

I have a problem wanting to read a data by id =, it does not show me the email that I keep in that id

I try to read a data by id = which is an email that I receive through Firebase, everything works well within the auth, it reads the data from the Database and shows it in the WebApp, however when I want to read the data to through the id = outsi...
asked by 05.04.2018 / 03:42
0
answers

Notice: Undefined variable: userid in

I'm running a code but it marks these errors:    Notice: Undefined variable: userid in   C: \ xampp \ htdocs \ Edu \ profile.php on line 69       Notice: Undefined variable: followerid in   C: \ xampp \ htdocs \ Edu \ profile.php on line 69...
asked by 06.04.2018 / 07:16
1
answer

ValueError: dictionary update sequence element # 0 has length 1; 2 is required

I'm trying to make a web program, but the moment I want to throw the message I get the following error: ValueError: dictionary update sequence element # 0 has length 1; 2 is required My code is as follows: from jinja2 import Environment,...
asked by 06.04.2018 / 17:05
1
answer

Return text to the original with Jquery

I am trying to make a site in which through a simple click the client can change the language of some texts. $(document).ready(function(){ $("#miboton").click(function(){ $("#micapa").html("Nuevo texto para cambiar");...
asked by 02.04.2018 / 05:36
1
answer

how to traverse the elements of a row in a table individually with jquery

I designed a table, and the idea is that every time I press the button of a row, I show by means of a message the ID that belongs to that row, but regardless of the button that I press always tells me the Id of the first row. below I leave the c...
asked by 14.12.2018 / 04:31
2
answers

Previous and next days javascript calendar

I would like to know how I can show the days of the previous month in my clandario with javascript, that is, instead of showing empty cells for days that have passed, I can show the days of the previous and subsequent months. Example: Monday is...
asked by 04.06.2018 / 18:21
1
answer

Update a div ajax

I want to get to do a div recharge only when it finds a modification in the database I currently have this so, if you can help me I would appreciate it is for a shift system that I am doing: <?php require_once("../../db/db.php");...
asked by 02.05.2018 / 18:40
1
answer

Create a select that depends on another

I have the following functional code: //DEFINIENDO VARIABLES GLOBALES br = "<br>"; olli = "<ol><li>"; liol = "</li></ol>"; olc = "</li></ol>"; ulli = "<ul><li>"; liul = "</li...
asked by 16.04.2018 / 01:17