Questions tagged as 'html'

1
answer

Getting table elements with htmlagilitypack

I have this structure reordered several times. 1st Table <table> <tbody> <tr> <th>titulo</th> </tr> </tbody> </table> 2nd Table <table> <tbody> <tr> <th>Texto&...
asked by 16.03.2015 / 12:25
1
answer

How to put the next and previous buttons on a Slider?

I have this simple slider , but I can not get through Previous and Next buttons. And I wanted to know if it's "workable." HTML <div class="fadein"> <img src="http://farm3.static.flickr.com/2610/4148988872_990b6da667.jpg">...
asked by 16.03.2015 / 00:55
1
answer

Two graphs on the same page with Chart.js

I wanted to put two graphics on the same page but only one appears to me. <div id="canvas-holder"> <canvas id="chart-area" /> </div> <div id="canvas-holder"> <canvas id="pie" /> </div> And the java...
asked by 07.07.2015 / 15:47
3
answers

Validate the form without sending it

I'm trying to validate a form to check if everything is at least populated. The problem is that I'm not submitting the form because I can not reload the page. I'm just capturing the event by JavaScript and performing the function. Follow the...
asked by 16.01.2015 / 19:42
1
answer

Open program via link

I need to access telnet devices (switchs and routers) that are displayed in a listing. The idea was that by clicking on the name of the network asset, open TeraTerm, or putty to connect to the device. Remembering that the program is alread...
asked by 09.12.2014 / 18:16
1
answer

Get value of 2 select, and display the data of each [closed]

I'm putting together a page where the person could compare 2 products. I have 2 tables, categories and products. The 1st comboBox makes a select in the category table. When you choose a category, it calls a file that sees which products be...
asked by 31.12.2014 / 17:28
1
answer

Using StageWebView

I need to implement an Application to display HTML text already formatted, these texts are with images. I found two options: WebView - But I can not use it as a component, just instantiating and playing on the screen. RichEditableText, this w...
asked by 05.12.2014 / 13:33
2
answers

Google Maps Iframe is not showing location markup

There is a part on my site where there is select with several places in Brazil. When selecting a place, just below it has a iframe with GoogleMaps that automatically updates to the coordinate corresponding to the selected location....
asked by 19.12.2014 / 15:45
1
answer

Organize date received and change, jquery

I get two server divs like this: <div id="1"></div> <div id="2"></div>
asked by 02.01.2015 / 23:00
2
answers

Text appears behind the menu

I have a menu and my page text is appearing behind the menu and I want it to appear next. Pagecodeis:<html><heard><metacharset='utf-8'><metahttp-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" co...
asked by 26.02.2015 / 17:20