Questions tagged as 'html'

0
answers

Copy data from one table to another JS / HTML

I have 2 tables (tab1 and tab2) tab1 has 'inputs' to register information. The tab2 returns products already registered in the database. I would like to create a function that when selecting the line (checkbox) the value of "td" "valproduto"...
asked by 16.06.2016 / 04:51
0
answers

Problems with CSS and jQuery [closed]

I have a style defined for my select boxs and I have on change in select to execute the site of the select box, when I use style does not execute the onchange or it does not go to the site that I have in my options. <select class="styledsel...
asked by 27.05.2016 / 15:59
1
answer

Resize Image

I need to resize to a fixed size the images that come from getass tried in html but the images have different sizes so each one is of a size. I would like to set a fixed size to show this image with the size set regardless of the s...
asked by 27.05.2016 / 16:00
1
answer

Javascript returns error message "TypeError: applet.retornaMD5 is not a function" when calling applet method

My applet is signed and all its methods are as public. This error message appears for all browsers I tested. Follow the codes: Main.java public class Main extends Applet { private String ip; private String macLocal; private String...
asked by 27.05.2016 / 06:51
1
answer

Text is not entered. after clicking textarea

What happens is as follows: I'm trying to insert an emoticon in this textarea <textarea name="mensagem" cols="90" rows="10" placeholder="digite o texto ou cole HTML">[8)]</textarea> The emoticons are in a bar that inserts w...
asked by 16.05.2016 / 03:02
2
answers

Get information from the url [duplicate]

Hello, I would like to know how I can get information through a URL like this below: http://www.meusite.com/?primeiro=11111&segundo=222222&terceiro=3333333333 I wanted to get the information for the " first ", the " second...
asked by 16.05.2016 / 13:52
0
answers

How can I join a PHP variable for a Drag and Drop Canvas from Konva?

I'm doing a site where when I click on a radio button, its value (an id of a sql variable) will open next to a canvas, which will create an image. My idea is to use Drag and Drop Canvas from Konva: <script> var width = window.innerWi...
asked by 18.05.2016 / 02:54
0
answers

Printing Pages

I'm facing a problem with webpage printing. I have 3 pages .php pag1.php; pag2.php; pag3.php; I would like the user to click on the print button and my function print () is triggered - so far, no problem - but all pages printed together. Fo...
asked by 18.05.2016 / 14:18
0
answers

Overlapping links above the fixed mask

I have to make an effect where the user enters and clicks the link to turn on the light and when they turn off the light . The only problem for now is that the mask is on the screen normally but the links to click and turn the light on and of...
asked by 17.05.2016 / 03:20
0
answers

How to uncheck a checkbox when another one is selected?

<t:selectOneRadio layout="pageDirection" forceId="true" forceIdIndex="false" id="selectCodigoProcesso" rendered="#{!bkbCadastroPessoaJuridica.orgaoEntidade}" styleClass="e...
asked by 23.05.2016 / 20:27