Questions tagged as 'html'

1
answer

Search / confirm button and clear field

I need the user to click on the SEARCH / CONFIRM button to open a new browser window by asking SELECT one of the categories that comes directly from the database , and selecting the same window closes and the value chosen goes to the field a...
asked by 09.04.2018 / 18:26
1
answer

Organize data table HTML - CSS - SQL

I have the following code <table border="1"> <?php $sql = $mysql->prepare("SELECT id FROM usuarios WHERE status = 0"); $sql->execute(); $sql->bind_result($id); $sql->store_result(); if($sql->num_rows() == 0){...
asked by 09.04.2018 / 13:24
3
answers

Align to center

I would like to know how I can centralize the chat. <iframe src="https://www2.cbox.ws/box/?boxid=2392843&boxtag=uStqza"width="75%" height="450" allowtransparency="yes" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto">...
asked by 04.04.2018 / 21:07
1
answer

Click Carousel Materialize

Hi I'm a few days away looking for the solution to the following problem: I need to create a carousel that is clickable (which has a link). I'm using Materialize, in the latest version, just by clicking the carousel, it goes to the next item. Bu...
asked by 26.03.2018 / 15:19
2
answers

Change the color of an SVG by a button

I have an inline and inline SVG on a page. and need to change the color of this svg, as the user clicks on a particular button. In this case I have several buttons, each one responsible for changing to a color. However I am not able to make this...
asked by 26.03.2018 / 20:32
0
answers

PHP & ZipArchive () - Failed to load PDF document

Good afternoon, I have a form that in a given input opens a window or multiple windows to display a specific PDF (or PDF's). The folder where the path is, there may be only one PDF or a ZIP file with the multiple PDF's within, according to the v...
asked by 27.03.2018 / 22:47
0
answers

Sum of data from an array using condition

I'm developing a system, and I'm doing the following test. In the case, I have a number of records regarding the drop of links and I need to add these results if the difference between them is less than 24 hours, and present the date of begin...
asked by 28.03.2018 / 05:34
0
answers

Highlight day in "listMonth"

I put listMonth in my fullcalendar and would like it to highlight today's date in the list, same as the monthly view, does anyone know if possible?     
asked by 20.04.2018 / 17:27
0
answers

How to use ng-hide to hide Pin on google maps?

How do I make a toggle (hide / show) for the pins on the map? I'm using this library NGMAP : My view code: <div map-lazy-load="https://maps-api-ssl.google.com/maps/api/js" map-lazy-load-params="{{googleMapsUrl}}" ng-init="my_m...
asked by 20.04.2018 / 17:31
1
answer

How to format the appearance of a link in social networks?

I would like to format the posting of a link as it is done with spotfy and other great sites. Currently only shows the link of the site and would like to leave everything formatted with image + text. Here is an image that sums up my questi...
asked by 20.04.2018 / 16:48