Questions tagged as 'html'

4
answers

Minimum amount of jquery

I need a jquery code that when clicking on submit it will appear an alert and will not let the user continue unless you have typed 10 characters inside the input <form action="add.php" id = "form" method="post"> <div class="row"&...
asked by 24.01.2018 / 19:40
1
answer

Mobile Page in Chrome Simulator

The sites I'm developing are presented with some problems. I believe it is because of my inexperience in mobile - responsive pages. I make my sites on Mobile First . And to test the site I use Chrome Portable Simulator on Inspect Element....
asked by 05.08.2015 / 20:43
1
answer

Problems to click links / buttons in IE using VBA

I have a problem to automate the download of data from a site using VBA. The first part goes well, the browser enters the desired page and inserts the criteria into a dropdown list. Just need to click on the search button, but the macro to witho...
asked by 25.09.2015 / 20:25
2
answers

HTML and SQL connection [closed]

I'm designing a database with where I have a table with calculated indexes of data from other tables. I'm also designing an HTML dashboard to expose these indexes. My database is stored on a MySQL server. How do I extract this data and expose it...
asked by 31.07.2017 / 04:20
5
answers

How do I make a div get hidden?

I have a function here that makes the div invisible and visible, but it starts visible, I would like it to start invisible.     
asked by 02.02.2018 / 18:19
3
answers

How to change the color of the text entered in the input?

I have a input and when I type something in it the text will have the same background color (white). Does anyone know how I can edit this? I would like to put color black .     
asked by 27.06.2017 / 15:15
2
answers

Include PHP Menu

I'm having difficulty including a php code with html on another page using include, in case the code is a menu written in html but with php extension. When having to include the code of the file menu.php in the file index.php it accuses an error...
asked by 15.05.2015 / 17:46
3
answers

Align image with text

How can I make a similar result? Ineedtoaddthoselinesasintheimage,andleaveTags(whichisanimage)alignedwiththetext,asintheexample.<div><imgsrc="<?php echo IMAGEPATH; ?>services/tag.jpg"> <p> Lorem ipsum dolor sit amet...
asked by 06.05.2015 / 19:57
3
answers

Remove TAG with JavaScript

How do I remove an HTML tag using JavaScript? For example, with insertAfter (); and the insertBefore (); I can insert some tags if I want. But if I want to erase from my code, some TAG? Not by display: none, I want to delete myself. I foun...
asked by 12.05.2017 / 21:03
4
answers

Icon on input with bootstrap

How do I add a bootstrap icon in my input like this:     
asked by 06.06.2017 / 19:09