Questions tagged as 'html'

1
answer

Enter a value in the SQL table for each selected checkbox

I have a form with a checkbox group (same as below) and I would like that when I select the values, insert a row in the SQL table for each selected checkbox: <form> <input type="hidden" id="id_pedido" value="123"> <div>...
asked by 24.01.2018 / 11:11
1
answer

Redirect an address with javascript

I have a url and every time the user types this url in the browser , I want it to be automatically directed to url and , how to do this with javascript or jQuery?     
asked by 24.01.2018 / 13:00
0
answers

Why is my "RIGHT" not working?

I would like a help with RIGHT, I am printing an input field in this array, but every time I click on RIGHT it does not change and it does not show me the correct index print. . I think I'm not browsing through the index ... but I'm kind of conf...
asked by 22.01.2018 / 13:45
1
answer

how to pass the MARK variable that receives an Array per Javascript URL to another page? what am I doing wrong?

function escolheControle(c) { controle = c; marca =todasAsmarcas[controle]; window.location="marcaWebkit.htm"; console.log(controle+' controle-----'); console.log(todasAsmarcas+' todasAsmarcas-----'); } var marca; var todasAsmarcas = new Ar...
asked by 22.01.2018 / 15:16
0
answers

Why is the individual letters being printed? and not the array words like "SAMSUNG" for example?

var controle; var index = 0; function escolheControle(c) { controle = c; marca =todasAsmarcas[controle]; window.location= "marcaWebkit.htm?contMenu="+contMenu+"&marca="+todasAsmarcas[controle]+"&controle="+c+"&index="+i...
asked by 22.01.2018 / 17:48
0
answers

How to bring bank information according to the chosen month?

I'm developing a web application using the Play Framework, and I'm hooked on the creation of statistics. In the statistics screen the user will select the month of the year and must return all the complaints made in the selected month, how would...
asked by 19.01.2018 / 23:12
0
answers

Python: Redeem html mysql text

I'm using Bottle.py for study and testing ... I'm having a problem retrieving a database information. The table looks like this: create table if not exists postagens ( idPostagem INTEGER NOT NULL auto_increment PRIMARY KEY, tituloPosta...
asked by 28.01.2018 / 04:47
2
answers

Do you leave CSS within HTML pages that hinders SEO?

I ended up doing the site once, and now it's done, but it will be very complex to link all CSS's. I would like to know to leave all css or almost everything inside HTML will disrupt my rankings in google.     
asked by 20.01.2018 / 22:01
2
answers

How to center the image?

Image that I want to fix, the logo is all right - > link While on mobile - > link And on the laptop - > link are correct. My html code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"...
asked by 19.01.2018 / 17:54
0
answers

How to expand a list item in the mobile browser?

I have the following navbar on my site: <div class="navbar-custom"> <div class="container"> <div id="navigation"> <!-- Navigation Menu--> <ul class="navigation-menu...
asked by 25.01.2018 / 02:55