I have a simple program, which takes the value of a id1 text box and after pressing the button it throws this text (function Enviar1 ) to another text box id2 . What I need to do is delete this id2 and show the text in...
I want to call a .PHP file, but I can not.
I have this script:
========
<html>
<header>
<title>Home Page</title>
</header>
<body>
<form method="post">
<fieldset>
<leg...
Good morning,
My problem is this: I'musingPrestaShop.Ineedthoseimagesintheprinttobeunderneatheachother,whentheresolutiondecreasesorwhenitisaccessedfromamobiledevice,sothattheybecomeunreadable.Itwouldjustleavethemonebelowtheother,Idonotknowif...
Well, I have a bar that works the following way, when my scroll is on top of the div of the bars they will start to fill up. I did the css, but I can not do Jquery, any tips?
HTML:
<label for="barra"><h2>HTML </h2><...
People are doing the site politicadascidades.com.br and when I switch to responsive design I come across it
This is the welcome screen in desktop version, the text is align="center" and everything is ok as per request. But in the responsive v...
I have a system in PHP; to access it I use the script below redirecting directly to it inside the frame , so the address stays static in the browser.
Is there a problem or not a recommendation for this type of practice?
<frameset ro...
Well, I've created a very precise system and input with that of android, I've used CSS and jQuery.
But I wanted to put a precise effect on the google lite material.
Here's the example link: link
I do not want to use the lite material bec...
What am I doing wrong in this script?
I make a query in the database to return all the data from the curso table and display their names in the table, but it is not working.
In addition this part of the code is being displayed on th...
Well, I set up a very simple form to explain my problem.
<?php
$action = filter_input(INPUT_GET, 'action', FILTER_DEFAULT);
if ((!empty($action)) && ( $action === "add")) {
?>
<script>
alert('ERRO');...
I'm using HTML and PHP. The connection to the bank works, it registers the entered data and everything. Next, I open index.html, it has the option that takes me to the registration page:
<li><a href="http://localhost/middleearth/form-...