Questions tagged as 'html'

1
answer

Cancel sending form to servlet

Cordial greeting, I have problems trying to validate the form to send a form to the servlet, I'm going to validate by JavaScript, but even if I return false to the form on the onsubmit tag, the same form is processed in the servlet. I clarify...
asked by 08.11.2017 / 04:53
0
answers

Help server request from ajax

I need to make a query to the server if there is a new value in a table or not and if there is a notification that there is a new value I was looking and the best option would be with ajax but I am not very clear as do it This is the .php tha...
asked by 09.11.2017 / 20:31
1
answer

problem in class with bootstrap collapse 4 with form

I want the form to disappear from the xs-sm context and I see a button that when I press the form, the problem works: when I place it in the md context, the form disappears and I have to reload so that appear and I do not know what he's doing wr...
asked by 09.11.2017 / 20:38
2
answers

Avoid sending form if I have selected radiobuttons

I'm doing an embed code for a mailchimp form I have 4 options OP 1,2,3 and 4 Each one has 2 radiobuttons YES and NO how do I make the form not be sent if ALL RADIOBUTTONS ARE IN NO <input type="radio" value="Si" name="MMERGE4" id="mce-...
asked by 18.11.2017 / 00:22
0
answers

Wordpress - Validation of form redirects to index within the same page

I'm doing the validation of the contact form on my site I try to validate via html, recaptcha, and in case of success by php before sending. Somehow, when the form is correct (after html and recaptcha), instead of refreshing contact.php to va...
asked by 13.11.2017 / 09:19
0
answers

How do I slide the photo to the left when I click?

I'm using jQuery and I've tried this: $("#ilussion").click(function(){ $("#ilussion").animate({direction:'left'},500); }); .headerEnd{ padding: 0px; margin: 0px; width: 100%;...
asked by 15.11.2017 / 15:39
1
answer

How to fix a button at the end of a table?

I have this example in plunker It is a table with data that at the end has a Show more ... button with which I give more data to the table. The problem is that this table is scrolleable , what I try to do in some way is that that bu...
asked by 07.11.2017 / 13:15
1
answer

Filter help with html and php switch

hi I have a question I'm working with dompdf and I want to load a template for each brand of pc that there is but in doing so I do not load the varibles that I charge in the attached pdf code that calls the pdf <a href="pdf.php?orden=...
asked by 07.11.2017 / 22:23
1
answer

I do not load styles when starting a server in flask

I do not load the css styles of my page when I start it with flask, but I open the file on my own if I upload them. This is my flask code: from flask import Flask from flask import render_template app = Flask(__name__) @app.route('/') def...
asked by 07.11.2017 / 20:38
0
answers

Why does not the classe table-responsive in HTML work with Bootstrap?

I try to build a data table that should be a responsive design. That is, it uses a small size when it is displayed on small devices: For example: But I get this: I'm sure I use the same html code as the teacher and I do...
asked by 04.11.2017 / 16:03