Questions tagged as 'html'

0
answers

Insert streaming link on page - HTML

So I'm trying to implement a rtmp streaming link to an html page, but without success, I've tried several ways but none that worked, the link below and what I want to be displayed on the html page. rtmp://192.168.1.168:1935/hls/hd-live I'v...
asked by 04.04.2018 / 03:58
1
answer

C # how to send an email containing a hyperlink using System.Net.Mail?

I have created a class to send you emails using the System.Net.Mail library. To make the sending format the HTML message. The message I'm sending is as follows: <div style="display: block; margin-left: auto; margin-right: auto; width: 60...
asked by 03.04.2018 / 01:25
2
answers

Fullcalendar show hour and minutes

My fullcalendar is displaying the event time, only for example: 08:00 (When is **: 00) and when it is 08:30 it shows the time with minutes. I wanted to leave it showing the hours and minutes even when it is 08:00 not only when it is 08:30   ...
asked by 10.04.2018 / 13:36
1
answer

background image does not print (using window.print)

I need to print a page that has a background image as a background, a logo on a watermark. But using window.print () the background does not appear in the frame (unless the user checks "background graphics" on the print page in chrome. I s...
asked by 02.04.2018 / 14:06
1
answer

Delete from localStorage

I'm a beginner in the js area and I'm developing a code that stores the data in a table and saves it to the localStorage, so when I click the delete button that appears in this table, the line is cleared from my screen and the localStorage Also,...
asked by 30.03.2018 / 07:37
0
answers

Insert indexeddb data into HTML by insertion order

I have a database that stores 3 fields that should be listed in html. function gerar_conteudo() { var transaction = db.transaction('TABELA_CITOLOGIA', "readonly"); var store = transaction.objectStore('TABELA_CITOLOGIA'); var request = store...
asked by 31.03.2018 / 16:26
0
answers

Insert Excel data into a site

I have a spreadsheet in excel which is a large list of several rows and 5 columns. I need to insert the data of this worksheet into a website (html form), each cell in its respective field, save and select a specific button of the page (eg, simu...
asked by 31.03.2018 / 22:24
1
answer

How to edit something saved in the database in Python

I need to search for a student by name or cpf that is saved in the database and retrieve that same student in a form so that you can edit it and then be saving again. I'm using Django as a framework. I've already done an html by creating the sea...
asked by 29.03.2018 / 18:49
1
answer

How to select a specific tab by clicking the button

I have a page that transforms a <ul> _list into tabs with jQuery , and on the first page I need a button to redirect to the next tab, without having to click the mouse. I have tried with onClick or a JS function, but it opens in a...
asked by 29.03.2018 / 20:21
0
answers

How to pass variable from jquery to servlet (control)?

Ineedtodisplaythenoteoftheselecteditem,Ineedthevalueofthisitemor"name" to be able to do the search in the bank and thus show the user the value of the selected item, help me in that, so I see I need the jquery help, I got the value as follows:...
asked by 08.04.2018 / 22:41