Questions tagged as 'html'

1
answer

Trying to create a placard with javascript

Hello, I'm a computer student and I made a game with html, css and javascript. Unfortunately when I created the score I ended up with a problem that I believe may be overlapping. The program displays the right score before clicking the doll, but...
asked by 29.08.2018 / 16:37
1
answer

Javascript IF return content

Good morning everyone, I have a certain problem, if it was in pure Javascript I would have done using if and else without problems, as I did in another file and it worked! Basically the HTML file (with AngularJS): <d...
asked by 30.08.2018 / 14:26
1
answer

When loading list, mat-select should already be filled

This is my html <div class="container"> <div class="row"> <div class="col-md-12"> <table class="table table-striped table-bordered"> <caption> Lista de Aplicabilidad...
asked by 31.07.2018 / 23:43
1
answer

Help in displaying data saved in a database on a php page

So, guys, I'm just starting to learn how to mess with php and I'm trying to make a registration system that will register on it. I already managed a lot, I could connect the bank, I was able to save data in phpmyadmin through a form. However, wh...
asked by 09.10.2018 / 18:56
1
answer

Share Variables between PHP files [closed]

Good morning, I would like to share the data typed in an input between 2 files. In the Form action I use the validation file, to check the login and password, but I wanted the data entered in these fields also to another file, so I can show the...
asked by 09.10.2018 / 14:17
1
answer

Difficulty Positioning Background image

[! [insert image description here] [1]] [1] Sirs, I am trying to position an image in the background of my project, but when using the cover it cuts the bottom part, and how much do I use any other way it replicates the image and 4 squares, as a...
asked by 10.10.2018 / 15:42
1
answer

How do I create a functional posting history?

So I was trying to create a rudimentary system of "posts" with a history where all would be stored, but I realized that there was a problem that I could not solve, that the most recent posts were created below the older. In the case, the idea...
asked by 08.10.2018 / 20:20
1
answer

LocalStorage + PHP

I'm capturing the data from a LocalStorage, but when I put the information in a PHP variable and search the server, the query does not execute correctly. <?php session_start(); try{ require('conexao.php'); $igreja="<script>documen...
asked by 31.07.2018 / 04:43
1
answer

Compare Compare Values of Webservice JSON

I have a website in Wordpress and I'm consuming a Web Service, I created a function to filter the championships based on some information: Sex: M Mode: 2 Category: 4 If all are true, it returns the name of the respective championship and p...
asked by 31.07.2018 / 18:41
2
answers

Mouse Event on Two Screens [duplicate]

I have a screen with red background, clicking on it opens a new one with blue background. This blue background screen should trigger an alert when clicking on it, but it is not happening. Could someone tell me? NOTE: This is just a simpli...
asked by 31.07.2018 / 18:16