Questions tagged as 'html'

1
answer

Hide Div in IOS

I have a redirect button for whatsapp on my site that does not work on ios, would I have some way to hide it just for that OS? In case it is inside a href in html, it would suffice to hide it when the user is using iOS.     
asked by 15.09.2017 / 17:19
1
answer

Error With Connection in Bank phpMyAdmim (New Code) Nothing is solving [duplicate]

Look, I'm not sure where to start but, anyway ... I have the page posted below, and I have already checked some with errors in the database and insertion of data in it. The code was made in case there is some kind of error it indicates during...
asked by 23.08.2017 / 20:43
1
answer

How to post for how many hours the post has been posted?

I have a site here that is popping problems more and more. It was done in ASP CLASSIC by another programmer and I'm more lost than anything else in this messy logic. The problem is this: the site is a news portal, in which, as all posts are...
asked by 24.08.2017 / 05:32
1
answer

I would like to put two actions for the same form

<form method="post" id="formulario_contato" onsubmit="validaForm(); return false; " class="form" action="?go=enviar"> <table id="login_table"> <div id="all"> <div id...
asked by 01.08.2017 / 15:02
1
answer

Error opening map in bootstrap modal

I have this function that receives the variables and mounts the map. It simply stopped working and the error appears in the console --- index.php: 196 Uncaught ReferenceError: $ is not defined <!DOCTYPE html> <html> <hea...
asked by 31.07.2017 / 14:27
1
answer

How to perform query via AJAX and store the data in a javascript variable?

I have this code <script> $(window).load(function(){ var source = [{ label: "Tom Smith", value: "1234" }, { label: "Tommy Smith", value: "12321" }]; $("#descricao").autocomplete({ source: source, minLength...
asked by 02.08.2017 / 14:30
1
answer

Change 'class' when changing view

I'm using bootstrap and angular I have a nav: <ul class="nav nav-tabs nav-justified" ng-model="activeVar" style="margin-top:50px;"> <li role="presentation"><a value="overview" ui-sref="main.admin.shops.si...
asked by 02.08.2017 / 13:48
3
answers

How to create an html input search that is represented by just one icon

I'm doing a project to apply html/CSS concepts that I started to study 1 month ago, I'm having a problem, in the site version for mobile , you can not put a very large input box in the header , then. How do I make...
asked by 20.07.2017 / 22:38
1
answer

Button to go back to initial div

I would like that after the last part of the test, it had a close button to go back to the initial page, where you have the start test button, I tried with the option document.write('<a href="' + document.referrer + '">Go Back</a>...
asked by 20.07.2017 / 18:21
1
answer

Remove border that appears in Chrome and Firefox browser

How to remove border that appears in Chrome and Firefox browser. Already in the browser Edge does not appear. .fa-admin { font-size: 23px !important; line-height: .75em; vertical-align: -15%; position: absolute; } .avisosAd...
asked by 25.07.2017 / 16:56