Questions tagged as 'html'

0
answers

Control Dslr camera via web

Personal is as follows: I have a web application that I would like to be connecting to a dslr (professional camera) camera that would be displaying the live image on a Canvas in html or something, and that could literally control the camera thro...
asked by 28.10.2017 / 05:56
1
answer

Demystifying the Veritcal-align ... in which display does it work?

No, the question is not repeated ... In other questions, I saw gambiarras to align the text vertically using margin, padding, etc. And I saw as a possible solution, change to display: flex, position: relative etc. But if I need the disp...
asked by 27.10.2017 / 18:51
0
answers

Popup Javascript does not work in IE11 [closed]

After migration to windows 10 and IE11 my popup stopped working. I do not know what to say, I researched and I did not find anything. On machines with windows 7 and IE7.8 it continues to run normally. Important input data needs to be posted to t...
asked by 31.10.2017 / 21:50
0
answers

Routing of html with iframe

I have an application that serves with a HELP for the system, that is, the user clicks on the question mark and instinctively opens a new tab with that HELP direct on the equivalent page, however, since it has its paths treated with iframe/Ja...
asked by 01.11.2017 / 17:38
1
answer

At the click of the button, content is slow to load

When you click the button sem fio bus the content will be displayed has a delay of about 10 seconds, sometimes I have to make a 5 clicks to show the information I want. How to take this delay? index <!DOCTYPE html> <h...
asked by 20.10.2017 / 17:42
2
answers

How do I get the image centered on the table

<html> <head> <title> Teste inicial </title> </head> <body> <table style= "width:480" "height:480" border="1...
asked by 14.10.2017 / 07:49
0
answers

Insert Date today input - Angular

I'm maintaining an angular code, but I do not know much about version 1 of this framework, how do I put today's date in this input? Does anyone have any ideas? <input disabled type="text" class="form-control dateinput" datepicker-popup="{{f...
asked by 10.10.2017 / 16:53
3
answers

How to anchor a redirect in APS.NET MVC

How can I send the user to a certain page block by passing the id in the url. For example: link , how to pass this type in ASP.NET MVC using return RedirectToAction . The line of my code looks like this: return RedirectToAction("Ind...
asked by 21.06.2017 / 22:09
0
answers

My table does not show the data even though the code is the same

I can not understand why I do not display records in my table when I change the reference to dataTable2.js , even though the code is the same as the example that shows the data. If you can help me with this jQuery and dataTable , tha...
asked by 22.10.2017 / 20:51
1
answer

Submit form with event when checking radio bootflap buton

I'm using this responsive HTML library ( link ) and I want to submit a form when I click on a radio button. The problem is that as there are several "layers" of divs above the radio button, this is not checked directly, and then the submit event...
asked by 29.10.2017 / 01:14