Questions tagged as 'html'

1
answer

Performing Submit Form using C #

The following HTML login form is available <form action="/Home/Login?ReturnUrl=%2f" method="post"> <input name="__RequestVerificationToken" type="hidden" value="W3ndyLx5kkFIy_QKjOGhEYQoHFtF4kIMFxLIG42t2r5tJJKwnzCy1iMmLw8SFH6yIm...
asked by 15.09.2016 / 14:46
2
answers

Search system error with php

I'm creating a search system for users on my site. However I am facing the following error: ThisisthecodeI'musing: <body> <h2>Resultados da tua pesquisa</h2><br /> <?php $query = $_GET['query']; $m...
asked by 20.07.2016 / 17:51
1
answer

Convert icone checkbox to bootstrap icon

Good evening, is it possible to change the illustration of a checkbox and make it look like a button? <script src="https://cdn.jotfor.ms/static/prototype.forms.js"type="text/javascript"></script> <script src="https://cdn.jo...
asked by 20.07.2016 / 23:43
1
answer

allowing access to the webserver only with android

I have a folder in my webserver called webserver, inside it I have several php files that mount the json that is sent to my app that I am mounting. But I wanted to block this folder to not be accessed by any browser, only by android. Is i...
asked by 05.07.2016 / 13:45
1
answer

Centralized responsive menu

I need this menu to be centralized because my whole site is centralized. How to do it? For this menu is all the time aligned to the left. I try to center, but it loses the background. <!DOCTYPE html> <html> <head> <s...
asked by 02.07.2016 / 08:31
1
answer

Background misaligned with the page (exceeding the limit)

IstartedprogrammingafewdaysagoandIdonotknowiftheproblemisinthecodeorifitistheimagethatistoobig.Theimageexceedsthepagecontentandgeneratesahorizontalscrollbar.SeetheCSS: @charset "UTF-8"; p { text-indent: 30px; text-align: justify;...
asked by 02.07.2016 / 01:26
1
answer

Filling input masked with zeros

I'm using the link plugin to create mascara in an input field, the mask I'm using is the next. $('.campo').mask('0.0.00.000'); I need that when entering the numbers in my field the value referring to the mask be filled with 0 in the same,...
asked by 05.07.2016 / 15:50
2
answers

How can I position tree image in html and css?

I would like to position some images on my site so they are in the format of a tree as in the image I have each of the separate circles. I already tried to align them with the table tag but I did not succeed Note: Images must be separated...
asked by 28.06.2016 / 18:34
2
answers

html JavaScript does not accept empty data

Good, I'm having a problem with an html form where I want the data not to be empty for DB. I have JavaScript but it is not working properly. Jsfield: link Code: <form action="NovoCliente.php" method="post" onsubmit="return vali...
asked by 29.06.2016 / 12:14
2
answers

Pop up with jquery before closing the browser [duplicate]

I would like to make a pop up that appears before the person closes the tab of the browser equal to that of the shoptime: link I do not have much knowledge in Javascript, let alone in jquery. Can anyone help me?     
asked by 29.06.2016 / 21:48