Questions tagged as 'html'

3
answers

Show data with angularjs according to an input type="select"

Good afternoon, I'm trying to show the data of an input text according to an input select . When selecting an employee in a select , I want to show the employee's job in an input text . See the example: link     
asked by 29.03.2017 / 21:01
1
answer

How can I get only the latitude and longitude of the return from this function (location)?

<script type="text/javascript" src="//js.maxmind.com/js/apis/geoip2/v2.1/geoip2.js"></script> <script type="text/javascript"> var onSuccess = function(location){ var x = JSON.stringify(location, undefined, 3); document.wr...
asked by 27.03.2017 / 20:55
1
answer

Size of the elements in a responsive page

I'm in a very complicated situation, I've researched in several places and I do not know if I'm researching right, however, my doubt is this: On many sites we have the following composition setting on a page: a header with the site name, a na...
asked by 14.04.2017 / 19:18
1
answer

Overlay one image over another with href="# image"

Well,anexamplebetterthanthatofwhatIwanttodo,Idonotthinkso,right?Iwanttousetheimage'sflapasalink,whenthepersonclicksthe"Loguin" tab it will appear the other image above, will hide the input "text" (which in case register would be Email and Passw...
asked by 15.04.2017 / 21:28
1
answer

html & CSS - align inputs

I have the following code in HTML: First Name:<input type="text" placeholder="First name" name="first_name" required> <br> Last Name:<input type="text" name="last_name" placeholder="Last Name" required> <br> Account N...
asked by 01.05.2017 / 19:45
1
answer

HTML & Javascript - validation does not work

I have the following HTML form: <form name ="form" class="signupform" action="signup.php" method="post" onsubmit="Valitedata()" enctype="multipart/form-data" autocomplete="off"> <p><u>Create an account</u></p&g...
asked by 01.05.2017 / 22:35
0
answers

Problems to pass two parameters in the url using thymeleaf

I have the following method in my controler: @RequestMapping(value = "/", method = RequestMethod.GET) public ModelAndView home(ModelMap model) { Page<Postagem> page = postagemService.findByPagination(0, 5); model.ad...
asked by 11.04.2017 / 16:06
0
answers

Help with responsive bootstrap

I'm developing a site with bootstrap. The site is ready for desktop, but I'm having a hard time making it responsive. On the site I have several divs, one underneath the other. When I decrease the site screen, the text from the top div goes to t...
asked by 11.04.2017 / 17:41
1
answer

how to work with friendly url [duplicate]

I have a site that does not use a friendly URL, my URL is like this link and it passes the parameters only I want the URL to be like this link in my htaccess to try to make friendly I did so: RewriteEngine On RewriteCond %{REQUEST_FILENA...
asked by 11.04.2017 / 17:19
1
answer

Change the url to a friendly url

I'm having trouble changing the URL of the site I'm putting together, I've searched a lot of places and everyone is talking about using the .htaccess file. So far so good but I do the same as I researched and does not work. Follow the files I...
asked by 01.04.2017 / 20:05