Questions tagged as 'html'

1
answer

Download files automatically with JavaScript

I'm creating a Userscript to back up the various ads I have on a site, first reading the list with the ID of each ad and entering a loop to read the ad for each product in the site, it saves the title, price, description etc in a text file (with...
asked by 02.07.2018 / 21:35
1
answer

The image is getting below the menu

The image is not getting ... well positioned. What do I do ? You have that space. It's for her ... she's behind the menu. Without getting that white line dividing the two.     
asked by 19.07.2017 / 02:41
1
answer

How to email content written in a textarea / textarea?

I would like to know, if there is a script, a way to send the content contained in the textarea to an email. Thanks in advance!     
asked by 19.07.2017 / 02:29
1
answer

Close mobile menu when scrolling

<header id="header"> <nav id="main-menu" class="navbar navbar-default navbar-fixed-top" role="banner"> <div class="container"> <div class="navbar-header"> <button...
asked by 18.04.2018 / 16:12
1
answer

Failed to read a .php file (PHPMailer lib)

Hello! I have the following form: <form role="form" method="post" action="send_email.php" id="formContato"> <div class="left"> <fieldset class="mail"><input placeholder="Endereço e-mail" type="t...
asked by 18.03.2018 / 14:24
2
answers

Create combo with names inside input value

I have the input with the name collaborator within the while: while($rows_cursos = mysqli_fetch_array($resultado_cursos)) { $tabela1 .= '<tr>'; $tabela1 .= '<td>'.$rows_cursos['nome'].'</td>'; $tabela1 .= '<td> <in...
asked by 22.03.2018 / 17:58
1
answer

Javascript - Opening new window with new tab

Good night, I would like to know if it is possible to open a new window, with the window.open(); method, and a new tab in that window created? All this in Javascript, jQuery or HTML.     
asked by 29.03.2018 / 23:00
1
answer

How do I program an insert image button? [duplicate]

I want a "Insert Image" button and when I click on it, the image inserted will appear on the image (taken from the pc), you do not need to save the information or anything, just make the image appear on top. >     
asked by 15.09.2018 / 16:53
1
answer

doubts with single page application of angular [closed]

I'm a beginner with the single page, and I wonder if I need a server to run my webpage that I'm creating with single page? if so what is the best server to use?     
asked by 08.04.2017 / 02:31
1
answer

I can not edit height of a banner slider in class="slider-section"

I have a site to edit and I can not change the height of the initial slider because it does not direct reference in CSS , or at least I can not find it. See the snippet of the code to understand better: <div class="slider-section">...
asked by 24.04.2017 / 13:33