Questions tagged as 'html'

2
answers

javascript validation is not working

I'm stuck in a problem. I made a html form and created a javascript document, but the function I created did not work (as if I was not even calling it) I already tried several things and I still can not. Here are the codes: function v...
asked by 01.06.2016 / 17:13
1
answer

Change directory to HTML understand src destination

I have the following structure: /help/ admin/ index.php imagens/ botoes/ botao1.jpg botao2.jpg SISTEMA1/ paginas/...
asked by 03.09.2015 / 16:38
2
answers

Do not run iframe while not clicking

Hello. I have Pagina1.php which has an iframe that sits on an invisible div (display: none), which shows the iframe only when I click on a button with the ajax function to show the invisible div that is the iframe. The problem is that when de...
asked by 25.08.2015 / 21:04
2
answers

Do not lose the input text when switching pages

Good morning, I need to do the following: The user types some text in an input and this text is not lost if he changes pages. This input has no submit button. How can I do this? Can you do without BD?     
asked by 14.10.2015 / 13:43
1
answer

Show a DIV and hide another if the parameter in the url is a default parameter

I do not know if the question was formulated correctly but anyway ... My problem is this: The user will enter such a code and click on search. This request will go through a PHP that will check if this code is present in the code.txt file and...
asked by 14.10.2015 / 21:34
1
answer

Bank data does not appear on screen, using angular and php

This is my Angular code: <script> angular.module("fluxo", ["ngRoute"]); angular.module("fluxo").config(function ($routeProvider) { $routeProvider.when("/entradas", { templateUrl: "views/entradas.html",...
asked by 14.11.2015 / 20:08
2
answers

Content-Type header does not let HTML / CSS

I have this code to superimpose two images, one on top of the other <?php $img = $_POST['img']; $user = imagecreatefromjpeg($img); $mask = imagecreatefromgif('imgs/logo.gif'); $width = imagesx($user); $height = imagesy($user); $metade = $wi...
asked by 16.11.2015 / 03:28
1
answer

When I resize the viewport, the image descends to the bottom of the page

The site has a center image and a small text. When I resize the page, it will adjust itself (responsiveness). When it arrives at a certain point 350-400px approximately, the div with the image and text descends to the bottom of the page, how to...
asked by 08.01.2016 / 16:25
1
answer

Bootstrap Modal with input content [closed]

Good evening. I have an HTML page that has a text input and a button. in this input I write the client name and the button it opens a modal to make a registration. I would like to already put the client name that I typed in the input in the moda...
asked by 11.01.2016 / 02:54
1
answer

Set Default Value HTML Form with PHP

I have the following situation: I have a simple example form to display information for a bank to change and then write them back. In this case the problem is in the NAME_OPERATOR, where I wanted to have already set the value that is stored in t...
asked by 17.09.2015 / 15:15