Questions tagged as 'html'

1
answer

$ _FILES returning empty [duplicate]

This is the form I'm using to send the file <form id="form_converter" enctype="multipart/form-data"> <input type="file" name="arquivo" /> <input type="submit" value="Enviar" /> </form> $(document).on("submit"...
asked by 12.04.2017 / 14:30
2
answers

How to create a "template" for pages? [duplicate]

I'm new to site development, programming, etc., my beach is Design, but I'd like to know how you do when you need to repeat some layout on all pages of the site.    For example: I need to repeat this menu on every page of the site. I   I c...
asked by 07.02.2017 / 18:21
2
answers

Send cloned files in javascript using php

I'm creating an order form. In this form there is a field with the product and the quantity. I'm using a javascript function to clone the field when the client wants one more product, so every time the client clicks on new product creates a new...
asked by 08.02.2017 / 00:24
0
answers

Sending email (outlook) with javascript

I found a code that makes Outlook open, but when I enter it into my code it does not work. BELOW THE CODE THAT I WILL FIND <!DOCTYPE html> <html> <head> <title></title> </head> <body> <div id...
asked by 13.02.2017 / 15:35
1
answer

Problem to diagram divs

Problem to diagram divs favorite I need to pass as green and pink divs down the dark and light blue, leaving a larger div next to all but I do not know how to work this in CSS. Can anyone help me? Below my html and css codes: #forma{...
asked by 13.02.2017 / 16:19
1
answer

Opening image by clicking HTML + PHP + JS

I'm looking for the images in the database and is listing everything correct, fixed size and etc ... I wanted when I clicked on it open it larger, on the same page, as a modal and with the bigger photo ... <?php include('config.php'); $resu...
asked by 06.02.2017 / 14:43
0
answers

Needed Notice of Action Message to Continue

I wish I could-without explaining how to keep a warning message (Like the one in the Example) constantly on hold until SmartPhone GPS is Active! More in Detail: I'm making a web page just for use in SmartPhones. (It's not programmed in...
asked by 15.02.2017 / 16:07
1
answer

Monospace Font Consoles with Height 15px and Width 7px

I'm trying to figure out how I can have a font size that is always exactly 7 pixels wide and 15 high in all letters / charateres. I thought font-family: consolas; with font-size: 12.73px; was perfect but after testing more accur...
asked by 07.03.2017 / 10:30
1
answer

How to get the first 5 records of xml?

<?php $xml = simplexml_load_file('http://g1.globo.com/dynamo/economia/rss2.xml') or die("erro carregar arquivo"); foreach ($xml->channel->item as $noticia) { $n...
asked by 22.02.2017 / 20:43
1
answer

Facebook API - Pulling posts with HashTag

I'm having to apply the facebook API on a site by pulling the posts on a page, I wonder if there's any way to pull only posts containing a HashTag, does the API allow this? HOW I'M PULLING In this case, it could be seen working through t...
asked by 02.02.2017 / 20:24