Some time ago I found a post that showed how to generate temporary images, a gray background image and a background mark containing the dimensions of the image. This image is generated automatically, with dimensions determined via pass parameter...
On my page there is a form where the user chooses a numeric value. I want whenever the user changes the value, the form is sent, without the need to press the "send" button.
The code I tried, but it did not work:
var valor = document....
I tried it in many ways and I could not. I did so:
<iframe id="ifrTeste" >
<input type="button" /> ou <button...></button>
</iframe>
I could not get the button inside the iframe.
There is a question in this forum here , but it does not solve my problem. I have the includes, including the include jquery in the first row because in that link I found this:
Because, JS interpreter search for $ before is even loaded...
I'm trying to create a simple function, to write the title according to the gender selection in the form, but I must be doing something wrong:
$sexo = empty($_POST['sexo']) ? "[sexo]" : $_POST['sexo'];
function mudasexo($sexo) {
if ($sex...
How to add a title above input and text-area and add space between them?
Ex:
Thetitleyouwouldliketodoisrepresentedby"Your text" and the input by "Text here".
I want to hover over a div , that same div is magnified, as in the image below:
I have a multi-element list, when I hover over the element ( div ), it would be over the top and would have an effect (maybe transition f...
I am creating a program in which the user will enter the login and the password before entering the system, and after he has entered his input, the passwords will be saved in the database, and then I will check if the encrypted passwords hit the...
I'm creating a FORM within a DIV . In it I have a textbox for the user to enter the data and an image, on the right, to forward the data.
The problem I've been having is that my image changes the positioning of AddressBar...
I'm inserting the following iframe code to embed a YouTube video, but the code does not generate the video on the site, what am I missing?
I took that part of the code in a code I saw and just changed it.
Only one gray border appears, but...