Questions tagged as 'html'

3
answers

How to fix error in file upload?

I have the following form: @using (Html.BeginForm("importCSV", "Administrador", FormMethod.Post, new { @id = "upldFrm", @enctype = "multipart/form-data" })) { <input id="file" name="file" type="file" /> &l...
asked by 10.06.2015 / 17:01
2
answers

How to make an XMLHTTPRequest to send values to the page itself?

What I have: I created several buttons through PHP and to distinguish them I used the $botoes_criados variable. So I have the value of the $botoes_criados variable in PHP that is passed to a button as follows: echo("<li&g...
asked by 02.10.2015 / 10:58
2
answers

How to overtake XMLHttpRequest can not load?

This error appears to me. How to overcome it?    XMLHttpRequest can not load "url example". In 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. Code var url = "htt...
asked by 14.04.2015 / 11:48
1
answer

effect: hover and: active for image

As you can see in the code below, I have 3 links with an image in each of them, which point to an iframe just below. These images are grayscale, but by hovering over them they are colored thanks to the class "step" . But I would like the effe...
asked by 08.08.2015 / 01:00
1
answer

Convert HTML menu to WordPress

For the first time I'm working on converting an HTML template to WordPress. I have some difficulties and the one that is bothering me the most is the following: I have an HTML menu and would like to convert it to WordPress, keeping the dropdown...
asked by 11.02.2015 / 04:21
1
answer

Display and hide form fields of the radio type

I have a form with two inputs of type radio , one with individual and legal value. When one is selected, the fields to fill in are different from the other (especially in PJ), so I would like to know a very handy way to display and...
asked by 24.04.2015 / 21:28
2
answers

Center Horizontally

I can not centralize my div in the middle of the page! I tried to use what they posted in this post , in this other post , in CSS Tricks and in a bunch of other sites on google and I can not centralize the div horizontally. CSS: ht...
asked by 15.04.2015 / 19:24
2
answers

Space between specific columns in the table without creating a false td

I'm looking for a solution to leave a pre-determined space between columns in my table, without using <td> or <th> false (with nothing written, only with a style padding). It is desired to place spaces of 5px between the...
asked by 27.10.2015 / 15:20
1
answer

Web server that receives and sends parameters to C #, is it possible?

I developed a C # (.NET) software that sends / receives text files to an FTP server, but for security I try to work only with parameters of types String / Bytes for security reasons, my question is: "Can I create a web server (I ca...
asked by 18.11.2014 / 19:49
2
answers

Write input button in ASP.NET C #

I have the following code: r.Write("<th colspan='3' style='text-align:center'><input id='btEmail_" + (n - 1) + "' name='btEmail_" + (n - 1) + "' runat='server' class='btn bg-brownCinc' onclick='btEmail_' type='button' value='Update' /...
asked by 19.06.2015 / 12:39