Questions tagged as 'html'

2
answers

Margin or Anchor Link Placement

I have an anchor link that leads from a button at the top to a certain part of the page, but as my menu accompanies the page, it ends up being cut as in the image below: HowwouldIdotogiveaspace?Marginorposition,Idonotknow,butIneedthelinktogo...
asked by 04.04.2016 / 14:53
1
answer

How to use the Angular onBlur? [duplicate]

I want the console value I entered in the cep field to appear in the input after the field loses focus. However, my code is not doing this. html: <body ng-controller="appController"> <div align="center">...
asked by 20.01.2016 / 03:09
1
answer

innerHTML only takes effect once, and dynamically generated elements

I'm doing a javascript experiment that when clicking on a certain element with a certain class we will add a new element with the same class, whenever a new element should be clicked. var my_divs = document.getElementsByClassName('my-div...
asked by 30.05.2016 / 11:35
1
answer

Display error in jquery mobile table

Hello, I'm trying to display some data that I get by ajax and put them in a responsive table using the Jquery Mobile framework. The problem is that the first time I do the operation, it works normally, but already the second time, some elemen...
asked by 31.05.2016 / 09:46
2
answers

How to list parents and city in angularJS?

I want to do the following: Brazil Rio Grande do Sul South Africa ... and so on. Can you do this in a table? <table width="500" border="1"> <tr> <td width="200" align="center">País</td> <td...
asked by 12.01.2016 / 23:17
1
answer

How to prevent the user from closing a page without sending the form, but without using a dialog?

I have an HTML page that has a form. I need to prevent that after the user completes this form, it click on another button of the page that is not the "Save". I found a script that solved this, but it can easily be circumvented. In this scrip...
asked by 06.01.2016 / 17:57
3
answers

How do I extend a DIV to the end of the screen?

I've created a main div to hold all elements of the page. Inside it I have 3 other divs : 1 menu bar, 1 sidebar, 1 content area. HTML: <div class="principal"> <div class="barra_menu"> Barra de menu </div> &...
asked by 05.01.2016 / 20:00
4
answers

How to identify the focus on a div?

Galera I set up an input system with the same android layout. Everything works fine in% with% plots, but input provider is within input , as I have to add a button in place of x. The problem is that when I hold the mouse over...
asked by 19.02.2016 / 11:09
1
answer

TWebbrowser load html pages (forms) in sequence

I have a TWebBrowser component in the form that loads a page html (a Form ), automatically populates the data and sends it through the WebBrowser1.OleObject.Document.all.Item('enviar', 0).Click; After the respons...
asked by 11.01.2016 / 19:27
1
answer

Why this error appears ï »¿when I include a php [duplicate]

I have the problem of error  whenever I try to include a file. I'm working on an application. When trying to include another file in php simply creates a space on the page, where the characters appear:  . Thank you for...
asked by 28.02.2016 / 21:44