Questions tagged as 'html'

1
answer

Dynamic table array coming empty javaScript [duplicate]

This is what I have a javaScript dynamic table in which it includes a row with some data filled by the user, in the method of adding the row I put an array passing also the fields that I am sending to the table but when I see the values of the...
asked by 17.11.2015 / 15:18
1
answer

Visual Studio 2015 crashes when I type "" in Apache Cordova

I'm using Visual Studio 2015 to create applications with Apache Cordova, and every time I enter the character of "<" (to open an HTML tag) the software hangs and closes for no reason. Has it ever happened to anyone? Do you know why?     
asked by 30.12.2015 / 03:21
1
answer

Printing foreach values in three different td in html [duplicate]

Good, people. I want to list my bank's data in an HTML table, but this in three columns <td> , when I popped this value, it would create another line <tr> . Example: <?php foreach($produtos a...
asked by 03.11.2015 / 01:44
1
answer

Problem in developing the comments.php form of Wordpress

Hello! I'm developing a theme and my form in comments.php is giving error. The rest of the comments file is working right. I am following the book "How To Be a Rockstar Wordpress Designer" as a reference and have copied the code in full. Here...
asked by 03.11.2015 / 13:57
1
answer

how do I get an image from an input file?

Someone tells me, what do I need to get a picture of the input file and show it or save it? Do I need to use javascript? or just the html and php? I've researched google, but I'm not finding something explaining step by step, I've already tri...
asked by 24.10.2015 / 00:52
2
answers

Place ID within a TITLE

I need to put an id in an example title <div title="<span id=""></span>"> </div> But I did not get results, how can I do this?     
asked by 23.10.2015 / 01:29
1
answer

Problem Counting Checkboxes selected. PHP

I have some checkBox which are a query in DB. I need to get the selected fields and then make a division but it is not working. <form action="contas1.php" method="POST"> <div class="form-group">...
asked by 24.10.2015 / 08:58
1
answer

How to use oninvalid in textarea [HTML5]

I wanted to know how to use oninvalid in the text area. <textarea type="text" pattern=".{1,255}" id="mensagem" name="mensagem" class="form-control no-resize" rows="6" placeholder="A mensagem" required maxlength="255" autofocus oninval...
asked by 03.11.2015 / 21:32
1
answer

Construct a table on page B with DB data and unload on page A by ajax_jquery

I now need a b.asp file, build and populate a table (html), and then download it through ajax in the a.asp file. So: b.asp file <%@ LANGUAGE="VBSCRIPT" %> <% Option explicit %> <!--#include file="../../gen/inc/EBAXML.in...
asked by 24.09.2015 / 20:07
2
answers

Error giving spaces between divs

I have a problem with space in some divs, here is the code below: HTML: <div id="feira"> <div class="barraca"></div> <div class="barraca"></div> <div class="barraca"></div> </di...
asked by 10.11.2015 / 13:52