Questions tagged as 'html'

1
answer

Uploading multiple files using Uploadfy in ASP.NET MVC

How to implement multi-file upload with uploadf ? I find it very interesting to use the upload bars etc. is giving this error: Thisismycontroller: You may notice that you have many error messages as well. View Code: <script t...
asked by 13.03.2014 / 21:29
1
answer

How to change content of a select from another select

How can I put a button related to the other? Example: <span class="IWLABEL10CSS" id="IWLABEL7">Distrito</span> <select name="PAIS" size="1" width="180" class="COMBODISTCSS" id="COMBOFAB" tabindex="1"> <option value="In...
asked by 27.03.2014 / 12:59
1
answer

Function loop returns only one value

I'm trying to get data from an online page only that the code is having a problem, it can not process all items in POST mode, within foreach . Even if I put the items in the list, just get the last item posted. I would like to kn...
asked by 28.07.2018 / 01:23
1
answer

Why does the onclick function not work on a hyperlink?

Hello, I'm new to programming and I'm trying to create an icon that when you click on it the information will be saved through a sessionStorage, and at the same time it will be redirected to another page where I'll fill it out with information f...
asked by 23.07.2018 / 23:17
1
answer

HTML Snippets for JSX

Does anyone know where I can get HTML Snippets to use in JavaScript? Example: input: h1 + tab output: <h1></h1>     
asked by 02.08.2018 / 13:59
2
answers

Unexpected behavior when centering div

I made a basic structure: a wrapper involving 3 divs! Since the first floats to the left, the middle would have its margin defined as 0 auto and the last div floating to the right side. The problem is that the centralized div is not centraliz...
asked by 26.06.2015 / 23:06
1
answer

Problems with ** UL inline **

Good, I have a problem making a ul inline so since whenever I try for hr and vertical-align always leaves the site. This is the result that gives me: ul { list-style-type: none; margin: 0; padding: 0; }...
asked by 22.06.2015 / 18:16
1
answer

Jquery function call in HTML created via JavaScript

My main.js and my html. $(function() { /*var ipControlador; $(function carregaFlows() { $.getScript("indexFunction.js", function() { ipControlador = ip; alert(ipControlador); }); });*/ $("#in_port").change(funct...
asked by 19.06.2015 / 19:36
1
answer

Error when updating table in MySQL

Well folks, I have the error below, when trying to update in a table in MySQL and I do not understand why, I am correctly searching the data in the form, but even then, it does not let me do the update, which I do? <?php $link = mysqli_con...
asked by 12.06.2015 / 22:25
1
answer

Change field Automatically after filled in

I have a form: <div class="span12" style="padding: 10px;"> <form action="<?php echo base_url()?>index.php/chamadas" method="get"> <div class="span2"> <label for="">Data Inicial:<...
asked by 12.06.2015 / 00:06