I need to run two php script lines within a .html web, they are 2 functions, but it's like the server does not recognize them:
<div class="contact-wrapper">
<h3>Contactos</h3>
&...
I have a Servlet that responds with a sendRedirect() when there is a query GET by the browser. In case there is one, the user is redirected to a second Form .
The problem is with the security of the application. If I...
I have a problem that is driving me crazy ...
I'm setting up an email with a LINKED CSS, and the html is recognizing only some of the css codes. In the dreamweaver I see it right! but as soon as I upload it to the FTP it breaks.
It's uploa...
How can I do to display an array in javascript in an HTML table?
<body>
<p id="cliente"></p>
<script>
var client = ["10001500", "Benito", "sdfdsadasfl.com", "C/Falsa123"];
document.getElementById...
I would need to know please how I select an input that is inside a div. At the same time I would like to hide the circle of the radio ...
I tried this:
$(".calendar div").click(function(e){
$(this).closest(".calendar").find("div").removeC...
in this case I present a design of my page that is style.css, but I'm inserting a special design for a multiselect ... then that design requires that you download bootstrap-multiselect.css and bootstrap.min.css, but it what I want is that it onl...
I am trying to extract the value of a form so that it is added to a value of a row in a table in mysql, by means of a string that extracts the value of a query and this value is used to update the information of the record, but it does not. What...
I'm trying to get the value of a specific field within a table, the data is brought with AJAX from an API. I tried with .value but I think it only works for inputs.
Here the customers of the table are ready
<?php
$result = mysql_query("SELECT * FROM tabla " ) ;
if ($row = mysql_fetch_array($result)){
echo "<table border = '0' width='100%'> n";
echo "<tr><td><strong>Cabecera...
Hi, I'm trying to create some buttons that make show and hide according to the category but I have some error and it does not work.
This is the for that mounts the buttons:
for (var i = 0; i < data.length; i++) {...