Questions tagged as 'html'

1
answer

How to travel AJAX MVC?

I have problems when showing the message of the controller does not enter the function does not print the alert HTML <button type="submit" name="pdp_grafico" onclick="pdp_grafico();">PDP</button> JS <script src="js/j...
asked by 19.10.2018 / 12:01
0
answers

I have a problem in php

To be honest I have not studied crud, I made the create easily but I have a problem to make an edit. I did a get to receive a value auto increment (id) to load the fields that have that id, the problem is that when I give submit the variable id...
asked by 23.10.2018 / 03:13
1
answer

Change the value of a textarea from buttons in CKEDITOR - Laravel

Well, the issue is as follows, I implemented CKEDITOR in my Laravel project to be able to use images and text format within some textarea. The issue is that before implementing it had a small script that changed the value of textarea by adding p...
asked by 23.10.2018 / 03:24
0
answers

ExceptionInInitializerError

This is my HibernateUtil file: /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package proyecto2.db; impo...
asked by 23.10.2018 / 07:45
0
answers

How to get the image without using input file with jquery

I'm learning a bit of jquery and what I want to do is get an image to crop the image but without using the input file. <div class="image-editor"> <div id="estado"></div>...
asked by 17.10.2018 / 06:58
1
answer

Show and hide text in several elements of the same class

I have that code but it does not work for me can someone help me?     
asked by 17.10.2018 / 00:31
2
answers

create div that father of 2 of the 4 brothers

I have little with jquery and I am stuck in the problem I mention in the title I want to create a div with a class that is the parent of form and the last div that appears in the img. I stayed here: $(document).ready(function(){...
asked by 16.10.2018 / 13:56
0
answers

My /user/index.php does not open as / user / (.htaccess problem)

I just created the file .htaccess so you do not have to name the label of the files to open them (delete the .php of contacto.php , for example). It worked for me, but the problem is that now going to example.com/user, I t...
asked by 16.10.2018 / 14:28
1
answer

how to set the header of my table

<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="es"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="es"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="es"> <!...
asked by 17.10.2018 / 16:48
1
answer

Help with a JSP!

I need to show a message I have from a (try) in a jsp. I already tried with <% = NombreVariableDeMenjeje% > But it's not working. My code is as follows: <% int PUERTO = 4000; try{ System.out.println("Iniciando Servidor...");...
asked by 14.10.2018 / 18:47