Questions tagged as 'html'

0
answers

How to use an external source to write an email

I am writing a%% mail% but it turns out that it can not be inserted anymore if not the body can not specify the headers, use html tags or connect an% external% co file Now: As I use other sources that are not the generic ones I trie...
asked by 21.02.2018 / 12:57
0
answers

Laravel Argument 1 passed to Illuminate \ Database \ Grammar

I want to save a request and at the same time with the same ID save the detail that of articles that come with it. public function store(Request $request){ $this->solicitud->save(); foreach ($request->descripcion as $dat...
asked by 20.02.2018 / 23:15
0
answers

Is it possible to install a chrome extension or plugin in an application compiled with electron.js?

I would like to know if I can install extensions or chrome add-ons to my application made in electron, I would like to install "Hello VPN", and how it could be possible. Thanks.     
asked by 28.02.2018 / 20:50
1
answer

how to pass data from mysql to textbox with js

Hello good afternoon, I need help with a problem. I want to pass the results to the textbox with js and I do not know how to just show it in a label ... Help .. thanks <!DOCTYPE html> <html lang="es"> <head> <t...
asked by 28.02.2018 / 20:03
2
answers

My database does not receive the radio button values

I have a form where I have three radios with the same name but different value, when I choose one the database only saves the value of the first radio that appears in the form without respecting the selection as I can solve this? This is my f...
asked by 28.02.2018 / 19:48
0
answers

Do not insert all the fields in my BD

<?php $turno = $_POST['idctg_turno']; $entrada = new DateTime($_POST['hr_entrada']); $salida = new DateTime($_POST['hr_salida']); $arraydia = $_POST['idctg_dia']; $mysqli = new mysqli("localhost", "root", "", "admon"); if ($...
asked by 22.02.2018 / 09:04
0
answers

How to fade the first bar, with a half query, keeping the fixed-top, from the navigation bar below?

Así esta la primera barra <div class="row social"> <div class="col-xs-12 col-sm-3"></div> <div class="col-xs-12 col-sm-3"></div> <div class="col-xs-12 col-sm-3...
asked by 22.02.2018 / 12:40
1
answer

HTML, CSS, JS. Set header

I'm making a web page with the notepad ++, which has different tabs to see a certain information. So, what I want is that, when doing scroll, they remain fixed tabs, along with the logo and a banner that I have included. The only thing I'v...
asked by 22.02.2018 / 12:29
0
answers

Responsive website breakpoints?

I have three doubts = > If I want a completely responsive page, is it better to do the media queries on the different devices or to reduce the screen and see where I should make my media queries? The hero of my page if I want fixed o...
asked by 22.02.2018 / 11:34
2
answers

Image inside a div

I'm doing a small web page but I have some problems with the styles. My problem is this: I have a slider like this Now, using the class img-resposive of bootstrap, the images adapt to their containers. However, I need that, in...
asked by 22.02.2018 / 18:03