Questions tagged as 'html5'

1
answer

Error form in html5 in a webview from swift

This is done by an app that displays a html form within a webview . In the form I have the following fields: Title Description Image (input file) If I do not add an image, everything is fine, but if I select an image thro...
asked by 29.08.2016 / 14:33
2
answers

Validate an array of inputs that does not allow the form to be processed, with values entered between (1-4) or greater than 10

<form method="POST" action="Capt_Calif.php" onsubmit="return valida(parcial)"> <!-- arreglos usando class para ser llamados por js, p1=calif de parcial1 --> <td><input type="text" name="parcialP...
asked by 08.11.2016 / 17:24
2
answers

Field of the table is taken as independent

Greetings, I would like you to help me because I want to write the records of a table through a function and what happens is that the id column has added the function that when pressed it takes a text field and the problem is that when you click...
asked by 27.06.2016 / 22:18
1
answer

Column Count in HTML with the PHP MPDF library

I'm trying to show a pdf with columns, but it does not accept me% c_of css% My code: <style type="text/css"> #container { width: 100%; max-width: 700px; margin: 2em auto; } .cols { -moz-column-count:3; -moz-column-ga...
asked by 29.06.2016 / 14:59
1
answer

materialize + pug (jade) does not work?

I have this in my layout doctype html html head title= title script(src="/javascripts/jquery-1.9.1.js") link(rel='stylesheet', type='text/css', href='/stylesheets/materialize.min.css') script(src="/javascripts/materialize.min...
asked by 24.02.2017 / 05:07
1
answer

How to view local database through internet [closed]

I have a local database in my house with MS Sql Server, from this database I only need to show a data from a table through the internet or an application, I would like to know which is the easiest way to achieve this, to exemplify , if in the lo...
asked by 07.05.2016 / 17:34
1
answer

Pre-populated database with SQLite plugin

I have the following problem: I am using SQLite Plugin: link in my hybrid App with cordova version: 6.1.1 I have a pre-populated bd located in the www folder of my project and the connection to my bd is like this: var _db = window.sqliteP...
asked by 10.05.2016 / 18:30
2
answers

Move between views without losing data

I have a question with the following form with which I consult some records. By clicking on edit I show the following form The form would be completed with all the details of the previous query. Now what I want is to put a button that s...
asked by 27.07.2016 / 00:48
1
answer

Practice HTML and CSS

now the problem is the submenu of the submenu not to the appearing one and then the one of the two that appears ali. Thanks for the help. And happy for whoever helps me, I thank you. /* Menú */ nav { width:90%; max-width:...
asked by 25.11.2018 / 12:47
2
answers

MasterPages with several ContentPlaceHolder

Good morning. The content place and the master page will be used. Even already be in a dynamic way, changing with several links. The problem is that I do not know how to get several different Content Pages loaded at the same MasterPage...
asked by 14.07.2016 / 17:49