I'm trying to make a system in which the user selects the image, so it cuts out and in the end it has to appear in my folder the cropped image ...
Thanks in advance!
<!DOCTYPEhtml><html><head><title>Image</title&g...
I have a list of records where I do a search (via post) and after the result I select a record through a select, and I go to another page to edit that record.
It turns out that when I finish editing this record I want to go back to the previous...
I have the following column of a table:
<td style="font-size:10%">
<p class="list-group-item-text">
<a href="@Url.Action("Cidade", "Cidade", new { cidadecod = item.cidadecod, contratocod = item.contratocod })" class=...
I tried the bootstrap framework and testing some components of the site some worked and some did not and I do not know the reason, I tested the dropdawn and jumbotron and both worked, but when I tested the panel it did not show what it should, th...
I wonder if it would be possible to make an $ _Request [""] attribute of an HTML tag besides name="". In my case it would be Date-PhotoCapter="test.jpg".
Dai would do the request for the Data-PhotoCap.
Thanks!
Equipment
<!-- redireciona os dados para atualizar levando o ID do equipamento e identificação do usuário a ser redirecionado-->
<script type="text/javas...
I'm trying to make an implementation with SweetAlert2 where I create some buttons inside the "html" property. This is within a click function, which in turn is within controller .
I tried to add in a setTimeout() and within $...
Recently I bought a template on a certain website, and I did not realize it was HTML, not what I need, which is theme for Wordpress. They do not trade. Is it possible to convert?
I'm using fmt to do internationalization of texts on a page. It turns out that when using accents, the text gets strange characters. I tried to change:
<fmt:requestEncoding value="UTF-8" />
but there was no difference. Is there any ex...
I have a form that has a box that has two options, one represents accepted and the other does not accept . It turns out that when the user uses to send the email he is able to send even with the button by not accepted . Is there any way I ca...