Questions tagged as 'html'

1
answer

Problems with jQuery load | CORS

I'm trying to "catch" some information contained on a third party page directly on a page I'm currently coding. I'm using jquery to do this because I want only one or two information that is on this page, in case I want to just get the price...
asked by 13.12.2017 / 14:24
0
answers

how to do to send form data to my email with html and javascript? [duplicate]

Hello, I would like to know how to send the completed data form to my email used html and javascript. Thanks in advance.     
asked by 13.12.2017 / 02:52
0
answers

I can not authenticate the purchase

Type, I want to authenticate at the time of finishing the purchase on my site, taking name, email and password. I know I have to do if more I do not know how I do, if anyone can help I'm grateful !! Code: <div class="contact">...
asked by 26.11.2017 / 16:03
3
answers

Decrease Bootstrap field size

I want to decrease the size of the field but I can not, any help? follows a print <divclass="col-md-6 col-sm-6 col-xs-12 form-group has-feedback"> <div class="container"> <div class="row">...
asked by 07.12.2017 / 17:33
1
answer

Only writes ID 0

I have a problem that I have tried in many ways, but the only one is writing the Zero id. Part of the button to register the street in the neighborhood Neighborhood Listings neighborhood_list.php Part of the button to register the st...
asked by 03.12.2017 / 17:06
1
answer

Send selected value of the option by parameter

I'm developing a Java application where I get the data from the database and present it to a <select><option> but I do not know how to get the value selected and send per parameter.    JSP <c:choose> <c:w...
asked by 24.11.2017 / 02:37
1
answer

Script creating multiple divs

I'm using javascript to update a div every 5 seconds, and every 5 seconds the div updates, but is creating several div equal. I have the following code: session_start(); $url ="http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST...
asked by 03.12.2017 / 16:21
1
answer

How to do a wordwrap within a pre?

I have a <pre>Oie</pre> tag I wanted this text to be at maximum width of 595px word-wrap:break-word; What I did was the following pre { width:595px; word-wrap:break-word; } I do this, but nothing happens, I just sque...
asked by 23.11.2017 / 19:11
2
answers

How do I make a mask for an input? [duplicate]

I'm trying to put CPF mask in a input , I've already seen several answers here and none worked, I tried to use mask on itself input , on jQuery and none worked. I use the Framework Materialize . Is this what is retur...
asked by 19.04.2017 / 16:09
0
answers

querySelector class? (JAVASCRIPT)

I made a function to change a photo when an element is added in my table, which table I created a class to get the photo to change, but to get the html element, I need to use the querySelector, but I'm not getting with class , but when it's with...
asked by 23.11.2017 / 16:39