Questions tagged as 'html'

3
answers

How to anchor a redirect in APS.NET MVC

How can I send the user to a certain page block by passing the id in the url. For example: link , how to pass this type in ASP.NET MVC using return RedirectToAction . The line of my code looks like this: return RedirectToAction("Ind...
asked by 21.06.2017 / 22:09
1
answer

CSS scroll no body

I have a structure with 2 columns ( Bootstrap ), one being the menu, the other the content, with value set and some 3 images large within this content that generates a scroll. However, I also have a scroll on bo...
asked by 20.06.2017 / 20:43
1
answer

Writing Html using javascript

I was studying some jquery plugins and realized that to create the html, the programmer wrote each line in an array and finally used the join: var tpl = [ '<div class="popover clockpicker-popover">', '<div class="arrow">...
asked by 20.06.2017 / 19:11
1
answer

Remove html element created dynamically in ajax success

I created an ajax request for success to dynamically create a new li element, however I also have a function in ajax to delete the registry and in success remove the li created. The problem is that, in all elements that were created dynamica...
asked by 22.06.2017 / 13:20
1
answer

Select Option with filters

Example of the first box: <h5>Filtrar por Marcas</h5> <select name="filtrar_marca"> {% for category in categories %} <option value="{{ category.name }}">{{ category.name }}</option> {% endfor...
asked by 20.06.2017 / 15:04
1
answer

Effects on hover links

Well, can anyone tell me how I can do this with hover ? When hovering over the menu link it appears that vertical line over the name, I only succeeded with the horizontal line below the name. Or tell me where I find examples, I did not...
asked by 29.07.2017 / 01:49
1
answer

How to start a function with onclick?

I have a script that basically reads a .log in real time and shows it on the screen, but the question is that it starts with the DOM, I would like it to start just from the click of the button, could you help me? / p> <?php if (isset($_GET['...
asked by 28.07.2017 / 13:39
2
answers

How do I leave Footer at the bottom of the page? [duplicate]

I leave this below for just the same information ... CSS of my page: body{ margin: 0 auto; padding: 0; min-height:100%; position:relative; } head { display: none; position: relative; min-height: 100%; } html{ hei...
asked by 04.07.2017 / 01:35
1
answer

Code being executed only when double-clicking?

Well, I needed to make clicking on a button show the div's and if clicking another button and displaying some div (display: block;) would get a display: none; was what I did in the code below: function movel(){ var divMovel = document.ge...
asked by 05.07.2017 / 00:18
1
answer

Send Base64 Image to Email

I'm trying to send an email with a base64 image. The html is however going the image not. An example of how the message is mounted: <p>Mensagem.</p><br><br><img style='max-height:200px; max-width: 700px; width:aut...
asked by 18.08.2017 / 13:59