Questions tagged as 'html'

1
answer

How to make the page to be loaded by a menu just below the menu

I would like to know how I can make the page that loads for a menu go out just below this. I leave an image to see how I get. As you can see the page that is loaded should appear just below the menu. This is the menu code <...
asked by 13.01.2018 / 04:39
1
answer

How to fill select with javascript php and jquery?

I would like you to help me with the doubt I have <head> <meta charset = "UTF-8"> <title>Formulario de registro</title> <link rel="stylesheet" href="../css/reg.css"> <script src="../js/llenar.js...
asked by 28.12.2017 / 19:42
1
answer

Align divs using bootstrap

<?php include "header.php"; require 'conexion.php'; ?> <!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <meta name="decription" content="etiquetas html5"> </head&g...
asked by 23.01.2018 / 16:40
1
answer

Display data from B.D. in an HTML select

Good people, well here's my problem, I have a page in php with the html view, we go a page of all life, which is accessed after a login, I've verified that after login the important data , that is, the ID and the User's Name are passed correctly...
asked by 22.01.2018 / 17:18
3
answers

Why do not you show me the custom error?

I'm trying to run this custom error when typing but I do not get it window.onload = function(){ var cedula = document.getElementById('cedula'); cedula.oninput = Numeros; } function Numeros(){ var cedula = document.getElementByi...
asked by 01.01.2018 / 04:23
2
answers

Javascript without extension .js? [closed]

If I have an external javascript and declare it in html, but this file does not have a .js extension knowing that it has scripts in it, would it be the same as the file that contains extension .js, in relation to performance?     
asked by 22.12.2017 / 16:38
2
answers

Error Undefined offset in PHP (Create table with stored procedure result)

I need to print the sales of the operators of each day, we do not take into account the holidays on weekends. I get the following error    Notice (8): Undefined offset: 1 [APP / View / Reports / getventas_asistencia.ctp, line 63]       Not...
asked by 18.01.2018 / 21:42
1
answer

can I execute a windows cmd command from the web?

If I have a console, can I create an application or something like for example with c # q that executes commands in my cmd console depending on a php web? I read something about rcon password, depending on server but I do not find any informatio...
asked by 22.01.2018 / 00:19
4
answers

Implement css in html to send an email to Outlook

I'm creating an HTML with CSS styles to send an email from asp.net, the problem is that when the email arrives in Outlook it does not respect the styles, I have already tried to put them embedded in the html, in line with the tags and with...
asked by 08.12.2017 / 00:21
1
answer

How to reduce the width of the navigation bar elements created with bootstrap?

I'm trying to reduce the width of the cells in my navigation bar. I was helped again by a colleague, @Camilo Vasquez adding bootstrap libraries and telling me how to change the source. But I'm wrong with code. With its help I have also managed t...
asked by 16.11.2017 / 02:04