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...
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...
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...
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...
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...
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...
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...
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...
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...