Questions tagged as 'html5'

1
answer

How to assign value from ComboBox to variable?

I'm customizing the user registry part, using the Entity Framework's Identity Tool. Then on the registration page, I added a ComboBox (Select in HTML): PartofmyView:<divclass="form-group"> @Html.LabelFor(m => m.Email,...
asked by 16.10.2016 / 16:51
4
answers

Cross-browser way to copy text to Clipboard

I'm looking for ways to copy a text to clipboard via JavaScript, which works in most modern browsers, but there's too much information and it seems outdated. I know there is the Clipboard API and that it is partially supported by all (except...
asked by 25.05.2014 / 19:41
0
answers

Audio description in videos player- HTML 5

I'm seeing to implement audio description in the videos in the company where I work, at first I thought we created 2 videos and a button in the player to switch to the video with Audio B with the description, but I do not know if this would be t...
asked by 15.09.2016 / 18:48
2
answers

Make site open only in mobile [closed]

I need to have my site open on mobile devices only, as it's a hybrid app that will serve as both webview and Progressive Web App. How can I make my site open only on mobile devices?     
asked by 23.09.2016 / 18:30
1
answer

How to manipulate MAC address (rotocolot address)? [closed]

I am making an application on INTEL XDK for smartphone and would like to capture the MAC Adrees value of the currently active Wifi Router, as well as the network name (SSID) and password, to make comparisons. Example: I have 3 routers with the s...
asked by 28.09.2016 / 17:34
1
answer

Uncheck other checkboxes when selecting one

Hello, I have three checkboxes in my form and would like me to select one the other two were unmarked. I tried to use some examples I found here but it did not work as expected. Here is the HTML code and Script I tried to use. Thanks to anyone w...
asked by 10.08.2016 / 20:59
0
answers

File recording from stream-webcam

I have a question regarding my stream code with getusermedia. I want to send to my Node.js server a recording of my webcam. My form receives a video that I can upload, but it would have a second function - record a webcam video and send it...
asked by 21.09.2016 / 21:26
1
answer

How to use hover in my images to appear a text above it [duplicate]

This is the complete code on p. in html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <...
asked by 30.08.2016 / 04:01
2
answers

DELETE method using href - NodeJS

I'm loading some information from the database and one of the columns will be a link that will delete an information. Being on a table, the href of the link looks like this: href="#">#
asked by 30.09.2016 / 19:20
0
answers

localStorage add when I refresh the page

I'm doing the following operation: I get the typed text in a <textarea> and I make a push() to add it in the array; shortly afterwards saved in localStorage . I retrieve the values, I make a split() the via Angula...
asked by 13.08.2016 / 21:55