Good afternoon, how are you?
I'm trying to call a function that I did to validate a null html field, but the function is not calling.
I have a file name:
Checking.js
function Validacao(f) {
if (f.razao_social.value.trim == "") {...
I have a save button in the html that serves to save the data of a form in the DB but after saving I want it to open a window asking: "New registration?" with two options
with yes and no.
If yes opens the page x if it does not open the page and...
Does anyone have a simple solution to while looping in PHP for the following HTML structure?
I basically want every 3 divs to have a <li> separating them so that the slide can work properly, since every <li> works as...
As you read the HTML of the site, delete what is before. If there is any clear screen in Python.
import mechanize
response = mechanize.urlopen("https://www.exemplo.com")
m = 0
linha = ''
if (m < 100):
for n in response.read():
m +=...
Can someone tell me how I can work the button to save?
I want to put when to hit the "save userbar" button, save in an image all the content that is in the "userbar" div.
I tried to use the html2canvas but the time it takes to print, the imag...
Oops, I wonder if you can hide an image / video in an HTML site
but the image / video stays there, and if you click on the image / video it can
be played in the image / video player
As if the image / video was there, being able to be clicked...
I would like to check if the user is accessing the site by mobile or desktop, how can I do this? for example:
if (typeof window.orientation !== 'undefined') {
<a href="https://api.whatsapp...>...</a>;
}else{
<a href="#">#
How can I show a link or a div when I click a sem refresh on the page
<li>
<a data-toggle="collapse" href="#pagesExamples">
<i class="pe-7s-gift"></i>...
Greetings!
I'm developing a web application, with the tools (HTML + CSS + JAVASCRIPT) {BootStrap} + PHP + MySQL.
It is a kind of teacher's notebook, and at some point the teacher will have to enter the formula for calculating the average of freq...
That person, could anyone help me, I need to create a system to send contact form data from my site to an email. I already looked, but the tutorials I found did not work.