Questions tagged as 'html'

0
answers

Convert an HTML Code string to an HTML Tag

Good morning. I have the following problem: I am integrating between the company's mobile application and the VIMEO platform. I'm using oEmbed-type integration, and their documentation ( link ), when I make the request an XML is returned in w...
asked by 25.05.2018 / 17:08
1
answer

Ajax Script does not work

I'm trying to fill a combo box of (cities) in the change of another combo box (states), and I tried to fill it up via AJAX, but the script I made is not running, if someone can help me, thank you right away <div class="row" onlo...
asked by 07.06.2018 / 20:20
1
answer

Send data to different pages in a form

Good afternoon, I have a form that needs to do 2 different actions, 1 of them is to do an update on a php page with name update.php and another to delete with name delete.php, I need depending on the option clicked the form send to update or del...
asked by 20.05.2018 / 21:58
1
answer

Include if in query

I would like to include a condition in the sql query, follows. $Q_horario = "SELECT ". " H.horario As horario, ". " L.codigo As codlinha, ". " L.descricao As linha, ". " L.tipo...
asked by 21.05.2018 / 16:07
1
answer

Menu mobile full height

I want the mobile menu to be black, with height complete. Here is my code: #sidebar { position:fixed; top:0px; right:0px; width:45%; height:100%; background:#1a1a1a; text-align:center; transform-origin:right; tran...
asked by 22.05.2018 / 05:02
0
answers

Auto Complete of chrome fills in wrong fields

I have a WEB application that queries dynamically using SQL. After the chrome update, all system inputs are coming with the user name already filled in. Example: value = 'SUPERVISOR' and value should be blank. Does anyone know how t...
asked by 22.05.2018 / 16:41
1
answer

Declaration Error

I'm having a problem in declaring a DIV, as I'm learning alone, I'd like some help with this.  When I declare the DIV in this way I can put the images side by side, but then I can not insert the texts without breaking the line. <section id=...
asked by 20.05.2018 / 04:06
0
answers

How to color part of a text inside the input using REGEX or if you have a VUEJS plugin

My problem is the following I have an input with the text. Eg: "I'll add this new text". When the text is selected I change it to be enclosed in braces. Eg: "I will add this new text". UNTIL HERE I GOT But I need to change everywhe...
asked by 05.06.2018 / 14:07
1
answer

Error in code on canvas

I'm using a jsfiddle code ( link ) to create lines, through the canvas (over a map, to make a route) - I'm really started programming! The canv is there, the lines appear and work, but this error always appears, which increases all the time....
asked by 18.05.2018 / 01:30
2
answers

How to make the HTML page adapt to the window size [closed]

Personal to with a doubt I see on websites how the stackoverflow itself adapt to window size how do I do this in an HTML code? Do you resize a chrome window and fit the page without cropping the HTML elements?     
asked by 01.06.2018 / 17:24