Questions tagged as 'html'

1
answer

How do I add only the options A and I display the total and so on (are 4 options)

<html> <h1>TEST DE PERSONALIDAD</h1> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script> function Suma(formulario){ totalA=0 totalB=0; nombre=""; for(i=0;i<f...
asked by 28.03.2018 / 17:19
2
answers

jquery does not issue a validation message

Hello a warm greeting to the community, today I bring you a new problem which is a simple validation with jquery.validate plugin, the subject is the following I have my form in html: <div class="container" align="center"><br> <...
asked by 28.03.2018 / 16:23
1
answer

Reinitialize DATATABLE with the help of jquery ajax and a .txt

I'm here with the mission of modifying the values of a DATATABLE by clicking on a button created in the html with help also of bootstrap (possibly not has to see but at least to have it under consideration). I'm working with python and djan...
asked by 12.03.2018 / 15:06
0
answers

How do I edit the comments part of my wordpress page?

I am learning to create pages with Wordpress, I want to change the design in the comments part, how could I do?     
asked by 19.03.2018 / 17:39
1
answer

Error Can not resolve all parameters for EditPage when reloading my Ionic App with -ionic serve

I have this error when reloading my Ionic App with -ionic serve :    Error: Can not resolve all parameters for EditPage: ([object Object],   [object Object], [object Object],?). This is the EditPage typescript ( edit.ts ): import { Com...
asked by 13.03.2018 / 15:32
0
answers

Problem with Form and Frames

I have a page that has two frames, one main and one secondary, the main one loads a form, it processes a code and sends a post to a php that is processed in the second frame, this second frame makes a query and sends it to the Main form the info...
asked by 12.03.2018 / 17:46
2
answers

Help I have problem with a div

Good day, I am forced to request your help, I consult you I have a form that I have the following <?= $form->field($model, 'cd_categoria',['labelOptions'=>['style'=>'color:black']])->dropdownList($model->getListaCategor...
asked by 14.03.2018 / 17:29
1
answer

Link to google map in HTML [closed]

I have the following query; I've seen in many places that people include google maps on their websites with some marked point on the map. Well, instead of this, I need to make a link in html (with a tag for example), that when the user clicks it...
asked by 15.03.2018 / 17:41
0
answers

Excel report php mysql

Good morning, I have the following program that makes me look up a mysql table and also generates a report in excel: The problem is that when I want to make a report, it does it but in addition to the report table, it adds more things ....
asked by 25.03.2018 / 20:07
1
answer

Prevent a modal window from being closed by opening another

I have the following manners: > first I open this: <div id="my-id" class="uk-flex-top" uk-modal> <i class="material-icons uk-text-success md-icon uk-form-file" id="btnCompr" href="#modal-full" uk-toggle>search </i>...
asked by 23.03.2018 / 04:45