Questions tagged as 'html'

1
answer

Weird characters

I have a database with this encoding: IalsohaveHTMLwithUTF-8encoding.Butforsomereasonthespecialcharactersappearthisway: And I can not figure out why this happens. Can anyone explain why characters appear this way?     
asked by 15.06.2015 / 11:04
2
answers

Ungroup markers using Google Maps API with Javascript

Good afternoon How can I ungroup this group of bookmarks that have the next location using the Google Maps API? I searched but found only the MarkerClusterer and other alternatives that do not come from Google, modifying the standard icons, a...
asked by 18.06.2015 / 21:15
1
answer

XSS - Prevention works on IE but does not work in Chrome

By preventing an XSS attack (alert (123;)) using the Html.Encode the code on screen is as follows: <select class="combobox" id="xssSelect" name="cmbXss"> <option selected="selected" value="1">&lt;script&gt;alert(123;)&...
asked by 08.06.2015 / 23:14
1
answer

Value attribute of options in select are not set correctly

I need to loop through a select element on a HTML page by putting the option elements inside it. The problem is that in the attribute value of these option should receive the identifiers coming from the databas...
asked by 02.02.2016 / 18:41
1
answer

Item class in list always initializes active

I used it as a reference for troubleshooting the problem: angled ng-repeat skip an item if it matches expression . Next, we know that Bootstrap has the class active to mark with a different color from the elements that are not active...
asked by 28.01.2016 / 13:06
1
answer

Show thumbnails of files [closed]

Does anyone know of a plugin that allows previewing TXT, PDF, DOC, and XLS files to display on a web page? In the sample image, a PDF and image are being displayed     
asked by 26.01.2016 / 21:08
1
answer

Graphics overlay

I have a problem when I create a chart with chart.js and then I create another chart from the menu that is on the same page. It creates the graph, but when I move the cursor over the graph it changes to the previous graph. Update After a...
asked by 20.11.2015 / 18:20
1
answer

Use unary attributes of HTML Tags with assigned value

Does it make a difference between using the unários attributes in an alternate way (with a value)? such as: Standard shape: <script src="/js/" defer></script> Alternative Form 1: <script src="/js/" defer="defer"&g...
asked by 12.11.2015 / 12:53
1
answer

How to remove alert from "Uncaught RangeError: Maximum call stack size exceeded"

I have a .js file on my site where I put some effects and everything. The problem is that you are acknowledging an Uncaught RangeError: Maximum call stack size exceeded alert and I do not know what it is. Is it a code error? Because a...
asked by 09.04.2015 / 15:56
1
answer

How can I apply CSS to my form?

How can I make my form look like this? Ihavethiscodeready(withouttheCSS),butIdonotknowhowIcanmakeitlooklikethis.<form><inputtype="hidden" name="form_input" value="FORM_COTACAO" /> <div class="grid_1"> <input type...
asked by 11.05.2015 / 16:08