Questions tagged as 'html'

2
answers

Insert data into database according to number of checkboxes

I have form where I have fields with chekboxes and I want to know if it is possible to make as many inserts as selected fields. In other words, if the user chooses 4% with% I make 4% with%, is it possible? If so, how can I do it?...
asked by 29.01.2015 / 19:26
1
answer

Load content dynamically with AJAX

I have the following HTML code: <label id="meuTemplate" for="criaAssoc" class="instAssoc" style="display:none"> <strong>ID:</strong> <input name="idInstrucao" type="text"> <strong>Ordem:</strong>...
asked by 30.01.2014 / 23:04
1
answer

Is it correct to name html tag attributes arbitrarily?

I'd like to know about creating and manipulating attributes in html that are created . We have the attributes already known as id , class , etc. that we put in the tags so we can manipulate them. I went in search of other alternatives of name...
asked by 04.02.2016 / 15:04
1
answer

How to print sheet music in PDF?

I'm developing a website for a church where in a particular part of the website music scores will be made available to the members of the orchestra, and I have no idea how to do this. I was thinking of using the class mPDF to be able to t...
asked by 29.06.2015 / 19:42
1
answer

Doubt about page width, display none and size (MB)

Is there an ideal width for a web page? When we put an image with display: none , does the image load with the page load or when we click on it? What size (MB) is considered "light" for a site?
asked by 15.01.2016 / 23:30
1
answer

Problem with links in ckeditor

When I add a link of type www.google.com?var=1&var=2&var=3 into CKEditor it automatically inserts &amp leaving the link looking like this: www.google.com?var=1&ampvar=2&ampvar=3 Has anyone ever had...
asked by 06.03.2015 / 13:57
1
answer

infinite scroll in Angular Js with external JSON

I'm having a bit of trouble regarding the creation of an infinite scroll in angularJS from a JSON file generated on an external site. What I need is that the infinite scroll be called when the item of variable posts is equal to 10, callin...
asked by 02.07.2015 / 22:42
1
answer

How do I run a web application in IIS without hosting the source code on the machine?

Developed a web application (asp.net, c #, javascript, etc.) for a client. The idea is to mature that application, and turn it into a product. The question is, how can I run my web application locally, ie by IIS, on the client server, without le...
asked by 05.08.2015 / 19:51
3
answers

Div with fixed position on the screen within the limits of another div

I need a div to be fixed on the screen, ie, go down as I see the rest of the page, but the problem with position:fixed is that it takes the element out of the page flow. I want this div to be fixed within the bounds of another div, and...
asked by 17.08.2015 / 19:34
1
answer

Is there a secure way to check the loading of frames in an HTML page?

Some time ago I built a tool with HTML and Javascript to help debug a family of web applications. Basically, the tool consists of a static HTML page and a collection of scripts that load a given system into an iframe and then allow you to ins...
asked by 20.12.2013 / 15:35