Questions tagged as 'html'

2
answers

How to submit data from a form without a submit button and without refreshing the page

Hello, I'm a relatively new programmer in php and I'm developing a website. It is a site where there is a list of companies. And I wanted to implement in it, search filters, the first of them being a select "Select your city": <form...
asked by 30.08.2016 / 21:46
1
answer

How to Make a Simple Form in Responsive HTML with native CSS?

Well guys, I went to a job interview and they asked me to develop a simple form with label and input and a textarea, but this form has to be responsive, and work on all types of devices. I started to do, follow the HTML code HTML...
asked by 30.07.2018 / 23:12
1
answer

Get link mp3 file from Soundcloud

I have a tool, where I must inform the exact link of the mp3 file contained in Soundcloud. In this case, it would not be the audio link itself but rather where the file is hosted. I am currently using link for this type of process. If I get...
asked by 07.08.2018 / 21:18
3
answers

Responsive Design - Text on img background

I have a website start and I'm trying to develop it in a responsive layout. At the moment the site looks like this: link (temporary domain, just for testing). For my resolution, in the case 1920x1080, the site is perfect, but in smaller r...
asked by 10.03.2015 / 08:00
1
answer

You can use Ajax request in meta http-equiv = 'refresh' content = '0;'

Friends can use a request in <meta http-equiv='refresh' content='0;'> . I have this code working below, if($buscasegura->execute() == ''); echo "<meta http-equiv='refresh' content='0; prod_carrinho2.php'>...
asked by 21.07.2018 / 05:18
1
answer

How to send sms using javascript or angular or node.js [closed]

I need a method or api that sends sms for free, it can be from my same tim number (I have sms plan), I searched and just found some easy to use payments. I am preparing for a university hackathon and I need to produce this to have a differential...
asked by 20.10.2017 / 17:53
1
answer

How to call a variable that is in another file?

I have a "Y.php" file that returns in one of the inputs, the resulting calculation of other inputs inside this same file, I do this using Jquery and it is running 100%. However, I would like to use the result of this calculation that is store...
asked by 14.10.2017 / 00:37
1
answer

Html and Css back a row in the table

There is a For that runs line by line a list. This list returns me input and output of a process. The problem is that it does not return on the same line because it is either input or output. I would like to show in the middle column the proc...
asked by 05.07.2018 / 12:52
1
answer

Find data from an external page with file_get_contents

I'm using the file_get_contents command because I want to get information from a website and paste that information into my page. Can anyone help me implement the code so I can get this information? // Endereço do site $url = 'https:...
asked by 13.07.2018 / 14:01
1
answer

Is it possible to use 2 @media screen? [closed]

I have a problem, I use Media Queries: @media screen and it is set to max-widht:375px .  I want to put a @media screen for max-widht:1024 What is it like?     
asked by 11.07.2018 / 16:48