Questions tagged as 'html'

2
answers

Refresh or redirect a running page

I am making a shopping cart, I have the product table formed, with the values that I am adding in a session variable .. the problem is that every time I add a product, it sends me the beginning of the page, and I would like that either send me t...
asked by 03.01.2018 / 23:01
2
answers

Browse div with class and show only the selected item

I want to show and hide a div, it is a list that has a class are 4 div, with the same class and the button that should show also has the same class, the problem I have is that with the function that I have it shows me all the div or just the one...
asked by 29.12.2017 / 00:04
1
answer

CSS And JS in Font Awebsome icons

I have a problem with css that I have not been able to solve, I have a few icons of font awebsome and I want to place them inside the circle of color but I have not been able to upload the icons, I have the icons in a list, and also how I can do...
asked by 17.11.2017 / 03:34
1
answer

How do I change the source having bootstrap styles?

I'm trying to create a website. I was helped by colleagues like Camilo Vasquez, adding bootstrap libraries to create a navigation bar. I also have my own style sheet and I wanted to change the font size of this navigation bar, but I am not capab...
asked by 16.11.2017 / 00:00
5
answers

Do not run event when a text box has focus

I have a function so that when you press a key, for example "and", youtube will open (as an event listener of 'keydown') I have a input where I can not write because when I press one of the keys I already have as a shortcut inside the...
asked by 28.10.2017 / 06:38
2
answers

Clean / Reset several forms

In my code I have 2 forms that once sent, I would like the previous data to be cleaned in each one of them. Currently only "clean" the search data of the "faith" form <div id="actualiza"> <form name="fe" action="" method="post">...
asked by 02.11.2017 / 16:19
1
answer

hide key of google maps in web page

I'm trying an app and I use the google maps libraries, but when I upload the script to my main website, if I analyze the code, it looks like my key from google maps. //maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&key="Mi key...
asked by 17.08.2017 / 17:01
2
answers

Notice: Undefined index: id

I have a form with php and html , in which, I want to modify my Database. I'm just confused with this error message. Form <?php require('../admin/conexion.php'); $id=$_GET['id']; $query="SELECT empres...
asked by 05.09.2017 / 17:55
3
answers

Build query according to CheckBox selected PHP / MySQL

I am trying to make a query according to the checkboxes that have been selected but I can not think of the best way to do it, I would like them to help me to build the code. Here's an example of how I'm doing it and if I select the...
asked by 18.08.2017 / 18:33
2
answers

z-index does not overlay elements

I'm doing a WordPress theme where, when doing hover in the img , a green box with the text "see trailer" is superimposed and a box appears .excerpt with position absolute to the left. My problem is that .excerpt appears beh...
asked by 01.07.2017 / 13:01