Questions tagged as 'html'

2
answers

How to send form data via _SESSION?

How can I send data from the first form to the second one and then send it to mysql? I've tried everything and when I send it to the database, the second data arrives. I'll put down my forms and mysql. I'm grateful right away. Form 1...
asked by 30.01.2017 / 20:38
1
answer

Form does not send data [duplicate]

I'm trying to make the data entered by the user appear on another page when he clicks the button, but the page is updated but does not contain the information entered. HTML file <form action="php/dados.php" method="post">...
asked by 25.01.2017 / 16:16
1
answer

Form sending only with HTML and / or JS [duplicate]

I need to have the user click the "Send" button automatically to redirect to another page with all the data entered by the user such as: email, password, name, etc. (using "get" method) . It happens that I tried to do it and only managed to...
asked by 25.01.2017 / 04:05
1
answer

Website with animation [closed]

I started studying web now and would like to know which languages are used to make a website with animations like these: link link Thank you!     
asked by 13.01.2017 / 10:52
1
answer

How to make this background with animation [closed]

I started to study a little about web, I would like your help to know how to make a background with an "infinite" animation like the one on this site: link Thank you!     
asked by 13.01.2017 / 12:59
2
answers

Is it possible to change the background color of an element for printing?

Is it possible to change the background of an element in the print style sheet? I have the following code: <td valign="top" bgcolor="#dddddd" class="cinza" nowrap="">Seu Nome<br> <div align="right" class="campo">Eu Sou o João...
asked by 21.12.2016 / 12:42
1
answer

Android Applications / iOs HTML [closed]

I need to develop a mobile application, I would like to do in the application style of the globe, which is a responsive website that is displayed, which program should I use to develop in html and be compiled for platforms?     
asked by 13.03.2017 / 16:46
2
answers

The selected category only DIVS appears

Hello, I'm having a problem and I can not find the solution, because it's something common on the internet, I do not think it's looking right. I would like to select the divs that will be displayed. Ex: I have several products (each one in...
asked by 14.03.2017 / 03:25
1
answer

Pass $ scope.variable to a javascript tagged in home

How to pass content within config to global variables: //meu config app.run(function(editableOptions, $rootScope, $filter) { editableOptions.theme = 'bs3'; // bootstrap3 theme. Can be also 'bs2', 'default' $rootScope.$on('$rout...
asked by 15.03.2017 / 18:30
2
answers

div based on radius - border-radius or other method?

I need to create a div with the same radius base as the attached image. But I can not find the exact value in border-radius to leave the image equal, is there any other way to do this? Remembering I need to leave responsive. I'mdoingafiddletest...
asked by 13.03.2017 / 20:17