Questions tagged as 'html'

1
answer

Create folders in KCFinder

Is there any way / setting to create folders by KCFinder in their upload directory? Ex: The default directory is / images, inside it would like to create other folders by KCFinder itself, but I did not find this option. I know I...
asked by 16.03.2017 / 14:15
2
answers

Function load () jQuery + Twig

I'm developing a system using PHP , with the idea of having only one page. As? (I do not know if it is the best solution, I believe it is not), I developed a side menu that is fixed and the contents to be changed would be in the center of...
asked by 27.10.2015 / 22:33
1
answer

Execute modal only if there is a call

I want to execute the modal only if the call exists. Because it's taking too long to open the page. Below is the modal used: <div class="modal fade" id="m_modal<?php echo $count ?>" tabindex="-1" role="dialog" aria-labelledby="...
asked by 03.06.2018 / 21:00
1
answer

Box shadow appearing from right to left

I have the following link code that is now exactly as I want it. Except because I want the hover effect to appear from right to left. How could I do it with box shadow? Follow the layout to get an idea. I'm breaking my head but I h...
asked by 23.10.2016 / 18:39
1
answer

document.querySelect in body

How to use the code session document.querySelector to change / change the background image of a page <body>...</body> Ex: var imagem_lista = [ "http://static.gamespot.com/uploads/original/1179/11799911/2324138-...
asked by 29.07.2015 / 23:10
1
answer

Additional GET parameters does not work with htaccess [duplicate]

I'm developing a dynamic website and dynamic url pages, my problem is as follows: When I put in the link the id to view the details of the property <a href="/imovel?id<echo $row['id_imovel']>"> , the property.php file does...
asked by 03.08.2015 / 21:06
1
answer

MPDF - Start pagination with variable numbering

I have an application and need to print a document using the mPDF class, however, I need the in pagination if you start, for example from the number 43 , 44 , 45 and so on and not from 1 , 2 , 3 , as is your default. I would like th...
asked by 07.11.2016 / 21:35
1
answer

Leave line always at the top

I'm using the DataTables plugin and wanted a line to always be at the top of the sorting order or the search that was done as if it had a static "position", always first Does anyone know how I can do this?     
asked by 14.08.2015 / 20:58
4
answers

Doubt in query database, error in query

I'm doing a work on Java Web ticket sales system and I'm having a question in my code to bring this example data: No select query 3 fields from my table: source, destination and date the problem that is not bringing any data, was tested directl...
asked by 20.08.2015 / 21:13
2
answers

How to do a google search with vba?

I'm having trouble putting together a VBA program that does a google search. I can not understand the HTML part. The idea is to identify the open internet explorer, go to the google page and search for the word "test" in the search. Follow...
asked by 07.07.2015 / 18:38