Questions tagged as 'html'

1
answer

Show and hide several DIVS

I am developing a small application with HTML, and I have run into an error. I have the following div that act as buttons: $('#load').click(function(){ alert('Si entre'); var identity = $(this).attr('data-related'); con...
asked by 21.02.2018 / 05:11
0
answers

EXPORT DATA FROM A HTML TABLE WITH PAGE TO EXCEL

I have this function to export data from a table that has pagination with Datatables, and it only exports me the view of the table and not all the columns. function exportGrid(tableid,filename) { var table= document.getElementById(ta...
asked by 22.02.2018 / 22:44
0
answers

How to send form email with ajax and php

I'm new to this and I do not know how to send form with php and ajax, in my statement in the else I used also default default so that it is not sent, like it is sent by ajax, but my question is, if I do prevent default, it is not going to be sen...
asked by 19.02.2018 / 14:25
0
answers

HREF in template .ftl

I do not have much idea of ftl or freemarker, but I need to mount an HREF link in a template that I use to send emails, I found this:    < #assign res = ' HELLO '? matches (r'href="(. *?)" ' ) > but it does not work for me, becaus...
asked by 20.02.2018 / 12:52
0
answers

Error when trying to make a PDF format

Hi, I'm trying to make a PDF format for my web system but I'm starting and it sends me an error.    Parse error: syntax error, unexpected '$ this' (T_VARIABLE), expecting ',' or ')' in C: \ xampp \ htdocs \ testpdf \ report.php on line 23...
asked by 12.03.2018 / 22:14
2
answers

Change elements of a select

I have a select with options where some names come out in English. I'm trying to go through it and change it using JQuery. But I can not do it ... Some help var length = $('select[name=day]').children('option').length; for (i=0; i<le...
asked by 18.02.2018 / 20:30
0
answers

Autocomplete field in add field js

I am working on a project to enter and exit materials from a warehouse, so it is necessary for the person to enter or remove several things at the same time. that issue I could solve with an addfield js, he added a select, with the list of mater...
asked by 17.02.2018 / 15:34
1
answer

Can you install two different versions of a MySql database on the same computer?

Is it possible to install a MySql database version (5.7.20.0) on a PC that has already installed a wampserver server that comes by default with a Mysql database version (5.7.19)? I mean, can you install two different versions of a MySql database...
asked by 17.02.2018 / 00:26
1
answer

CENTRAR LOGO OF MY WEB HTML5

I made my web in HTML and the logo remains unraveled. Here I leave the image to see what I mean. I need you to be centered in the circle. Here is the code <!-- Header --> <header id="header">...
asked by 16.02.2018 / 22:29
0
answers

PHP FORM ERROR

I ask you a question, when I click on send in my form, the page is reloaded and the email is not sent. Here is the .php file <?php require 'PHPMailerAutoload.php'; require 'class.smtp.php'; require 'class.phpmailer.php'; $mail = new PHP...
asked by 16.02.2018 / 23:22