Questions tagged as 'html'

2
answers

Enable buttons for windows, and Windows 32 and 64 Bits

Hello, I need your help because I have a problem related to this code, at first I need to distinguish which Windows the person uses, and if he is 32 or 64. But I do not know what's wrong, I'm new to this area, could you help me? Code: <...
asked by 04.09.2017 / 22:18
1
answer

Select dynamically-inserted HTML elements with Javascript

I am developing a kind of calculator, where the client puts some information listed in select elements and calculates the value of the service to be hired. In this calculator, there is the option to select the type of service to which the custom...
asked by 04.09.2017 / 18:34
1
answer

Upload an html file to laravel

I have a website and I need to attach to this site a folder called processes where, when the user types meu-site.com/processos or meu-site.com/processos/index.html , the file is loaded. Locally I can do this by inserting the process...
asked by 01.09.2017 / 18:41
1
answer

Uncaught Error: Call to undefined function mysql_connect () [duplicate]

   Uncaught Error: Call to undefined function mysql_connect () the code looks like this: html:      <label>Nome</label><br /> <input type="text" name="nome" /><br /> <label>Idade</l...
asked by 20.08.2017 / 16:48
0
answers

Bootstrap Offset is not working

I'm starting work for the course and in the code <h1> , <hr> , and <marquee> do not want to skip columns with .offset Here is the code: <div class="container"> <div class="row">...
asked by 18.08.2017 / 19:06
1
answer

Error trying to validate field with required="required"

I'm trying to validate my fields with required="required", in several modalities, it happens that the page has tabs, and when I try to use required="required", nor does the modal open (remembering that the fields I need validation, are textbox,...
asked by 15.08.2017 / 22:41
1
answer

How to remove screen header on some routes

Good morning, on my angular project 4 I completed the adm screen and I wish the header did not appear in it, I know I could do this with ngIf but I'm lost > _ & gt ;, Can anyone give a light? The module.html app looks like this <app-navb...
asked by 22.08.2017 / 22:55
1
answer

Bootstrap collapse does not work

I'm doing the freecodecamp portfolio challenge. In the menu part I can not get it to close on smaller screens. The menu closes but clicking on the icon does not open and shows the items. Where did I go wrong? link to codepen <nav...
asked by 10.08.2017 / 17:09
1
answer

empty input value on forms with auto complete

I'm having a problem that's making me sleep, it's a little bug, I think, that's complicated both to debug and to explain. I have a login form on a page html tag for my system, and code in jquery that applies styles depending on the value...
asked by 10.08.2017 / 13:02
1
answer

Redirect URL to mobile version with .htaccess

I'm making the mobile version of a website and I need it to redirect any page to its mobile version: Ex: If the page accessed is link you should redirect to link And so on to all the others. Note: I do not know much about .htacc...
asked by 09.08.2017 / 14:45