Questions tagged as 'html'

3
answers

Ajax code is not working [closed]

I'm starting in ajax and I've had trouble understanding the error you're experiencing in this example. I click the button and no action is taken. HTML: <html> <head> <script src="https://ajax.googleapis.c...
asked by 07.09.2016 / 00:16
2
answers

Accentuation of the database not accepted on the site

I have a text in the database but the site does not assume the emphasis of type ã, á, ç and places in the place of those letters some strange characters: My database is grouped latin1_swedish_ci and the site reads the accents I put directly...
asked by 07.09.2016 / 12:10
2
answers

Responsiveness error [closed]

I'm following a material from caelum and I'm having trouble making a responsive page. I would like it to look like this, but it's popping up like this .container{ width: 96%; } header h1{ text-align: center; } header h1 i...
asked by 10.10.2016 / 19:58
0
answers

doubts with tag select

I have the following select tag: <!--select--> <div class="uk-form-row"> <div class="uk-grid"> <div class="uk-width-medium-1-2">...
asked by 28.08.2016 / 21:54
0
answers

Undefined jQuery passing via button

I'm trying to pass cod_historico via jQuery, within a button, which I'll open a modal, to search for internal views of specific content. I'm generating a list coming with database records: <tbody> <? $i = 0; for...
asked by 26.08.2016 / 23:39
1
answer

Spring Security 4, hibernate 5 and Wildfly 9 does not log

Good morning, I would like to ask for your help. I created a project with Spring Security and Hibernate 5 and I'm trying to make Spring manage my transactions with hibernate, it's already opening the login page normally, but I try to log in and...
asked by 17.09.2016 / 14:58
1
answer

Video not listed on youtube problems to open using iframe

I'm not able to open videos not listed on youtube using the html tag iframe , the following error occurs:    Refused to display ' link ' in a frame because it set   'X-Frame-Options' to 'SAMEORIGIN' Does anyone know what it is? I tr...
asked by 25.08.2016 / 14:05
1
answer

Adding values in Javascript

In the following code, clicking the input name "goalkeeper" changes another input with the desired value. The problem is that I would like to put another field that automatically calculates the total value (goalkeeper value + technical value), b...
asked by 24.08.2016 / 22:04
1
answer

CSS3 and HTML5 shape-outside

How to do the same image below? With HTML and CSS     
asked by 30.08.2016 / 19:46
0
answers

Display items of a given ID using angular GET

I am doing a very basic forum where the user types the title, subject and description of the topic, and this one is sent to the mongo (I am also using the postman), with the help of the staff here in another topic, this part ja finalizei . In th...
asked by 12.08.2016 / 02:11