Questions tagged as 'html'

1
answer

How to call ActionResult from another area with an html link?

Hello, I have a link in a View and I need to direct this link to a ActionResult that stays in another Area of my project. It is a link of Sair to call the ActionResult Logoff .     
asked by 12.02.2014 / 18:42
1
answer

How to update a page after insert, update or delete with ajax without reflesh

I have code on page extena delete.php that does the actions, HTML: <div class="modal fade" id="modalAddfoto" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="mo...
asked by 21.11.2018 / 19:58
2
answers

Remove a class from a Tag with more than one class

I'm learning the web world, so I'm having trouble even checking to see if there are similar questions, if you have any similar forum answers, I apologize. Now I'm going to doubt it. (I took a long time looking for something, I did not find it.)...
asked by 21.11.2018 / 14:45
1
answer

Edit modal data fill with php database

I have a form that does the editing of the database data based on the received id. /* função para atualizar os dados quando clicado em submit */ $('.editfoto').submit(function () { var form = $(this); var dados = new...
asked by 22.11.2018 / 15:46
1
answer

Responsive Diamond Grid

I'm trying to make a diamond grid but they do not get it for some reason, before it was an error and now it no longer has the error and it still does not work body{ margin: 0; padding: 0; background: #000; } .diamond-grid{...
asked by 27.10.2018 / 19:38
1
answer

Combox check / uncheck checkbox

I have this code that a button marks and unchecks a checkbox link Instead of the button in my case it would be a combobox that marks / unchecks checkbox Could anyone help me? I'm a layman at js .. I made this code however it marks the...
asked by 25.10.2018 / 21:04
4
answers

Insert html file via javascript

Look, I'd like to load the "head" part of my html into just one file and then call in html through java script. Today I have following: Header Filewhereyouwouldliketoinserttheheader IneedtoinsertthesameviajavascriptbecauseIwillusethesa...
asked by 26.10.2018 / 20:02
2
answers

Radio button or button to sort data

In my project, I have an Occurrences table and a column called Status and Status values are either pending or resolved. I need to sort the data and create a logic that in my view I have a button, or two, and clicking shows all occurrences tha...
asked by 18.12.2014 / 19:01
1
answer

How to avoid an XSS vulnerability in an HTML FORM? [closed]

How to avoid having XSS vulnerabilities in a form, using the <form> </form> tag in HTML? Is there any good practice in building HTML code to avoid it?     
asked by 16.12.2014 / 16:10
1
answer

How to make blog posts appear on the page when you click on the menu? [closed]

I have a blogger, I have already created posts, I want to do the following: I want to relate the menu to the posts: when I click on the menu it will appear all relative posts.     
asked by 21.12.2014 / 05:53