Situation:
I have a page that contains a <iframe> of another, on this other page, I have a simple HTML element input :
<input type="text" required="" pattern="[a-Z]{2,35}" tabindex="6" name="edtCidade" id="edtCidade"&g...
I'm creating a web page that is almost just image, every day I change the images of the page but their name remains the same. The browser is caching a lot and every time I update the images they do not change visually if you have already accesse...
In% with%, if I give a reload F5 on a form's page, the CodeIgniter error is returned. A protection against The action you have requested is not allowed .
How do I customize the CSRF of this error message?
Instead of...
I've just now realized that there is a input attribute with type equal to "image" .
I saw this being used on some site (pretty old by the way) to submit a form.
I have the following questions:
What is the purpose of...
I have the following code:
function calc(){
var form = document.getElementById("form");
var a = +form.a.value;
var b = +form.b.value;
var result = (a+b);
form.result.value = result;
}
<form id="form">
A: <input...
In OLX, the advertiser number is partially visible and only after you click "View number", the full number is displayed.
How do I do this in JavaScript?
I need to do a quiz, and the alternatives are radio type inputs, but it looks like custom checkbox.
What is the best way to do this?
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
border-bottom...
For example, tag canvas :
I saw some tutorials on YouTube, and almost all of them used like this:
<canvas height="" width=""></canvas>.
So should I use in HTML, inline , as above, or as in the example below, in CSS?...
With the following code:
<a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-pencil"></span> Editar
</a>
I can create buttons like these:
ButIcannotdowithinput:<inputtype="submit" class="...