Questions tagged as 'html5'

1
answer

Mostar Image depending on the result

I have a code in which I need to show the IMAGE corresponding to a triangle if it is isosceles, equilatero or scalene Current code: <html> <head> <title> Area de un triangulo </title> </head> <center>...
asked by 08.07.2018 / 06:03
0
answers

How to add a column to bootstrap table from javascript

I have the following table in the html: <table id="table-labresult" data-toggle="table" data-search="true" data-click-to-select="true" data-paginati...
asked by 11.07.2018 / 16:46
1
answer

Error uploading file to the xampp website folder from localhost

The problem is that I upload a file to xampp. but I send it to the folder xampp / tmp / and not to the folder that I require as / htdocs / website / files but the first file you sent if you upload it correctly. the others only makes me regist...
asked by 09.07.2018 / 04:08
0
answers

Datepicker Safari problems

I have problems with the input tag more specific with the date I read it is because of compatibility problems, someone knows what I can do apart from using Jquery UI     
asked by 06.07.2018 / 05:50
1
answer

how to adjust the anchor in the specific section?

I'm doing a page. web, one page, which I am adding an anchor so that in my menu button goes to the information section, makes the fine anchor, there is a detail that does not position the anchor is the specific section if not a little more up fr...
asked by 12.07.2018 / 16:15
0
answers

FileReader, return the response from reader.onloadend

I need help, I have this code to get the UUIDS of the xml loaded in my form, first I have $ .each to go through the input type = file and for each input get the uuid and put it into the uuids array, what I need is that when I finish the input pa...
asked by 03.07.2018 / 18:13
1
answer

problems with form (in-line)

Good day everyone, I'm doing social work for a faculty at my university. and I'm having a problem with a form specifically in this part. I want to make this form but I can not do it inside the same container. I use form-inline but it only...
asked by 30.06.2018 / 21:36
1
answer

Fill TextBox with TextMode = Date of Asp.Net from Date SQL

I would like to know how I can fill a "Date" type textbox with a date obtained from a SQL Server table Currently I have it like this txtFecha.Text = (((DateTime)firstTable.Rows[0]["FechaCredito"]).ToString("dd/MM/yyyy")).ToString(); Bu...
asked by 02.07.2018 / 21:50
0
answers

get the UUID of an xml with php

Can someone help me to get the UUID of a xml with php? I am using this function or method $RE_concepto='<.*?tfd:TimbreFiscalDigital.*?UUID="(.*?)".*?>'; $xmlCont=file_get_contents("../../files_paso/".$nombreArchivo."...
asked by 27.06.2018 / 23:30
1
answer

as with a button preload a text in a text box and with the same button generate the search in html-php-mysql

The problem is as follows, as with a button preload a text in a text box and with the same button generate the search in html-php-mysql. Try several options to send the "POST" but empty I can not load the English text in the text box with the En...
asked by 05.07.2018 / 18:45