Questions tagged as 'html'

1
answer

how do I get the page link

I want to create a share button to put on other sites like facebook or twitter and for that I need when I click the button it saves the url and sends it to my email, how do I do it?     
asked by 15.08.2015 / 00:55
1
answer

load Google maps API after onload

I have a system that currently works with google maps api, but I noticed that the site waits for this API to load and then finish loading the page. on the homepage (index.php) I have the tag like this: <!DOCTYPE html> <html> ......
asked by 17.06.2015 / 20:12
1
answer

Incompatibility between onkeyup and date mask?

I have a problem using onkeyup in a date mask that is as follows: when I try to use backspace to modify the date, I can not get past the bar (just hold the button pressed). The bar disappears and pops up (test here in fiddle , or below u...
asked by 17.06.2015 / 07:02
1
answer

Show image in JSP

I'm having trouble displaying an image on my JSP page. I'm trying to use several different ways to get the file and I can not show it on the page. The folders are arranged as follows WebContent |_1.jpg |_ParaEmpresas.png |_img |_1.jpg...
asked by 17.06.2015 / 22:48
2
answers

Send html page variable to another page using javascript

My page receives information from my js, so this is my code: for (var i = 0; i < len; i++) { tblText += '<a href="teste.html"><table id="t01" class="table-bordered">'; tblText += '<tr><th>Protocolo</th>...
asked by 18.06.2015 / 19:42
2
answers

How to Type in a Select?

How can I make a select work also as a search field? Type, the client types as if typing in a input text for example, and the select options are being filtered according to what he typed. I'm not sure if it would be a sel...
asked by 03.02.2016 / 18:11
1
answer

Form does not do the action

I created a form where I want to insert data into the database, but I do not want the user to enter the data, so I put display:block in the form. However when I click the button nothing happens. The code for form is as follows:...
asked by 01.02.2016 / 00:45
1
answer

move_uploaded_file can not get a file

Hello, move_uploaded_file can not get a file. echo " <form method=\"post\" enctype=\"multipart/form-data\" action=\"testar_formato.php\" id=\"upload-container\" class=\"fileUpload\"> <span>Upload<...
asked by 05.05.2015 / 22:03
1
answer

How to only validate fields that are visible?

I have a form with several fields (inputs, selects), but some are as display: block and others as display:none; as I put validation in all when I submit the form I wanted to check only those that are visible on the screen and not a...
asked by 04.05.2015 / 13:38
1
answer

How to make an ajax request that returns a text in html?

Assuming the link making the request is: <%= link_to 'New Classroom', new_classroom_path,class: :remote_link, remote: true %> And that the return processing of it is: $('.remote_link').bind('ajax:success',function(e, data, status, x...
asked by 05.05.2015 / 01:19