Hello, I would like to know how to appear in the link of the client profiles of my facebook link style project (facebook.com/profilename). Because I can not get by without getting (site.com/perfil.php?per=profilename), (being "? Per=" the variab...
Hi, I wrote a pagination in php some time ago now I have a problem with it this pagination is simple divides the total of lines of the database by the amount of links per page; but now the amount of lines in my database has grown and the paging i...
I have a select that takes the data from the database to do an insert:
<div class="row">
<div class="form-group col-md-2">
<label for="marca">Marca</label>
<?php...
I'm trying to implement a music player using javascript, which works by uploading an audio file (.mp3), in the script when uploading the file, which occurs with the 'onload' event the function created has the variable 'files' and then play the f...
I have a form that I want to pass via POST, but without reloading the entire page, after submitting the information, I wanted a div to reload its content, I have the following code:
<script>
$(function()
{
$("...
Good afternoon! I put an SVG drawing on my site, and I put an animation for when the drawing is visible on the screen, start drawing animation by "completing", follow the JS code.
document.addEventListener('DOMContentLoaded', function() {...
You can see that <a> is clickable, ie I click on it and it redirects me to another location for example, but I would like to know how I can click everywhere from <li> to occur redirection and not only in <a>...
Good afternoon, guys.
I need to manipulate time fields [HH: MM: SS] in PHP itself.
I get the values in text in the HTML form as in the following example:
<div class="item form-group">
<label class="...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML>
<HEAD>
<TITLE>Segundo HTML</TITLE>
</HEAD>
<BODY>
<P> Uma imagem </P>
<img...
How do I make the browser close automatically after the alert?
<html>
<head>
</head>
<body>
<div onmouseover="showText();" onmouseout="javascript:alert('my alert');" id="div"></div>
</body>
</ht...