Questions tagged as 'html'

1
answer

Looping with php in an HTML class

Let's suppose I have a div inside a foreach and inside that div I have another div with a class x, but I would like this class x to be numbered at each replay, is there such a possibility? Code sample: <?php foreach (...
asked by 20.03.2018 / 17:59
1
answer

How to print only one sale with your products using jasperReport?

I'm trying to print only the sales you want with jasperSoft reports, only you're printing all the sales and all the products you then added into other sales. jasperSoft report image impress.javaStringrelatorioStream=servlet.getRealPath(thi...
asked by 21.02.2018 / 04:14
1
answer

how to initialize the sales id in print class?

I would like to get the id of venda in the print class of the page, and it is null, and I am using it to compare with idvenda with the parameter created in jasper. impress.html <p:commandLink title="Imprimir" action...
asked by 21.02.2018 / 02:18
1
answer

Identify all links in a website and change it with java script

You can create a script, to identify all the links of a site and modify them later, ie add the code in footer.php and so it changes the links. It would look like this: ANTIQUE LINK : link CHANGE AUTOMATICALLY FOR : link Can you do...
asked by 25.06.2018 / 04:01
1
answer

Date format to save to the Bank

How to make date formatting in php, receive default date (d-m-Y) and save in the bank (Y-m-d). This is the line of code used within input (Y-m_d) value="<?php $date = new DateTime(''); $date->add(new DateInterval('P0D')); echo...
asked by 22.06.2018 / 17:14
2
answers

Error creating form with entity framework

An error is occurring that I can not identify I know that the BeginForm in the Create.html of the entity framework, has some send options to do overload, one of them is the one I'm using, whose request, ActionName, ControllerName, FormMethod...
asked by 15.02.2018 / 16:35
1
answer

Image transition error Slide in JQuery

I'm setting up a website and the image slide is not working .. the image stays static. What can it be? <!doctype html> <html lang="pt-br"> <head> <meta charset="utf-8"> <meta name="viewport" content...
asked by 16.02.2018 / 01:14
1
answer

Browser "back and forth" button and dynamic div without refresh

Me and a friend are having some problems with jQuery .. If we rely on a code to make the back and forth button of the browser work on our site, with the function of a div refresh without refresh ... The code is working in parts, however I am...
asked by 17.02.2018 / 03:18
1
answer

How to mark an input radio when clicking on a DIV?

The question is self explanatory. I have a form with 3 divs, each div has a
asked by 13.03.2018 / 18:14
1
answer

Problem with attribute "position" CSS

Previous question: Convert image to CSS .counter{color:#fff;font-family:Tahoma;font-size:60px;font-weight:700;letter-spacing:12px;line-height:63px;padding:0 0 0 6px;height:70px;margin-top:-1px;position:relative;width:105px} .cro_azul...
asked by 13.03.2018 / 20:31