Questions tagged as 'html'

2
answers

Problems with function in HTML

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 == "") {...
asked by 19.12.2018 / 18:36
1
answer

Record button with option

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...
asked by 11.06.2014 / 21:18
1
answer

Solution for while in HTML structure

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...
asked by 24.07.2014 / 21:00
1
answer

How do I clear the memory to avoid overcharging?

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 +=...
asked by 03.11.2018 / 23:38
1
answer

How to merge images and text to transform into a single photo?

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...
asked by 17.10.2018 / 18:41
1
answer

Hide something HTML (Text, Images) [closed]

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...
asked by 16.10.2018 / 00:12
2
answers

Check if mobile or desktop

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="#">#
asked by 03.05.2018 / 15:11
1
answer

Opening outer page without refresh

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>...
asked by 21.08.2018 / 02:19
2
answers

Introduction of formulas in the Web application

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...
asked by 02.05.2018 / 08:49
1
answer

Formulary system

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.     
asked by 14.06.2018 / 20:46