Questions tagged as 'html'

0
answers

How to create dinamina category with input text

How could I create a category in the select type of input text that when selecting I could write an observation in the request. Type I have several categories as shown in the image below and when selecting one appears the items to be ordered and...
asked by 17.04.2017 / 16:06
2
answers

How to create a toggle button on and toggle off?

I have seen that in some registers, they are using the toggle button a lot. Would anyone know how to do this?     
asked by 30.10.2016 / 18:40
1
answer

How does dropDownList work?

My code is just to add text, I'm using the yii 1 framework, I'd like to create a dropDownList with the female and male options only. <div class="row"> <?php echo $form->labelEx($model,'ALU_SEXO'); ?> <?php echo $f...
asked by 17.04.2017 / 16:26
1
answer

Duplicate Mass Records - Run a query for each displayed Record

I have a table where only accounts with their type = 'fixed' are displayed WhatIwouldliketoaccomplishistorunaqueryandduplicateallrecordsinthetableatonce.AtthemomentIonlymanagedtoduplicatetheaccountsonebyoneandnotallresultsdisplayed,whichalre...
asked by 17.04.2017 / 21:24
0
answers

Inserting HTML / Javascript code into the body of a Wordpress site through Visual Composer

Hello I'm trying to insert a custom table (html / javascript code) into the body of a page of my Wordpress website. This table: link At the moment the table is missing the javascript part Code: <!DOCTYPE html> &l...
asked by 18.04.2017 / 22:01
1
answer

Pass id received from the database by URL with javascript

I started to learn javascript, I have a short time and I am quite a lay person. Then ... I'm trying to replace alert windows with custom manners. Then when I click the edit button for example, it opens my confirmation window and if I click...
asked by 18.04.2017 / 17:04
2
answers

Delete button does not work

I created a delete button that is on the line of every record I'm displaying in a table, but when I click on it and display the delete screen, I realize that the last record in the table is always selected regardless of which item I click. Below...
asked by 18.04.2017 / 23:43
1
answer

Change String color upon Mysql return

I have the code below, if the score column has a field with "LOW" the color of only the LOW has to be (# FFFF00) and if the field is HIGHT, only HIGHT must have the color (# FF0000): <?php while($row = $stm->fetch()) { $col...
asked by 28.03.2017 / 19:51
3
answers

How to validate blank fields in html

I need to validate the inputs of a form. I'm working with JSP, javascript and html codes. The system is expected to work like this: The person buys and has the buying steps. In the first stage, the person places the quantity, then clicking the "...
asked by 28.03.2017 / 21:02
1
answer

Why other divs do not appear?

I put a div as relative, and the other dives as absolute, but only the div 3 is appearing because it's the last guess, the problem is, why are they grouping like this?
asked by 28.03.2017 / 17:36