Questions tagged as 'html'

1
answer

Correct positioning of image and text

I'm using Bootstrap 3.3.7 and I'm having a question about how to correctly position an image and text next to it. The image needs to be "pasted" in the browser and the text next to it and in the responsive, I need that image to occupy 100% th...
asked by 24.08.2017 / 16:43
0
answers

VBA Excel Internet Explorer capture table (td)

I need to catch in IE object <tr class="cab_table"> . Inside it, I have to search by asking if part of the text contains the date 31072017 , and when I find this date on the same line I have to click on the href to download an...
asked by 29.08.2017 / 16:08
1
answer

Change anchor position on a page

The anchor is the same as image 1. I would like the anchor to be the same as image 2. "I solved" putting the anchor in another div , but can you solve this by HTML / CSS itself or JavaScript?     
asked by 29.08.2017 / 21:24
0
answers

SlideShow - Buttons with Jquery

I have to make a slide with play / pause button, next and previous . On the slide I need to use html, css, java script and my buttons need to be with jquery. The play / pause button I was able to create. But I'm having trouble creating the n...
asked by 29.08.2017 / 21:30
3
answers

How to do a delete with Angular 4

I created a class to do a delete of data of a bank but I do not know as I call the same class by Angular 4 in the html code. //Classe Delete deleteClient(client): void { if(this.client.id){ this.clientService.deleteClient(client).t...
asked by 06.09.2017 / 16:21
2
answers

How to make a text box appear when selecting a select option

Hello, I'm developing a website, and I wanted it when the user selected the OTHER option, open a text box for him to type, but I can not, can anyone help? function mostraCampo(this) { var select = document.getElementById('instituição')...
asked by 06.09.2017 / 01:10
1
answer

I wanted to validate two input fields with a button

I am master of an RPG game and I made a puzzle with a website. In this puzzle is to discover two numbers and then find out if they are correct and after redirecting the players to another page. And I've tried everything that's singing how to do....
asked by 20.08.2017 / 21:07
0
answers

Modal within a query

Well, I have a modal within a php query and when I run the first time it works fine, but when I run the second time it does not open, what if it's happening?     
asked by 18.08.2017 / 17:47
1
answer

Form HTML + Ajax with Jquery and PHP

I have a form that has a date field that is native to HTML5, and I need to call a Php page that will load my page in the OnChange event of that date field. Example of my html code: <form id="formulario" method="GET"> <input type...
asked by 19.08.2017 / 14:21
0
answers

Pick up information from the bank and add in inputs

I'm developing a web system and I'm having a hard time finalizing CRUD. The system is already saving my pacthpanel object, it has equipment registered to this patch. The information is being saved correctly in the database what I need is to brin...
asked by 19.08.2017 / 23:03