Questions tagged as 'html'

0
answers

Inject JavaScript into Webview to modify remote html element

I have a app that only contains a webview . It shows a page (mine) that has a textarea. I want to be able to inject some code lines javascript to modify that element when I click on the "back" key. Here I show what I have so...
asked by 18.07.2016 / 17:53
2
answers

I do not load the models

I know I've asked a lot here. But now it's a problem that escapes my understanding, I've uploaded all my information to this page link It happens, that when I try to access, I throw the error    "An Error Was Encountered       Unable to...
asked by 04.08.2016 / 00:08
1
answer

form Submit with button jQuery

I have a two-page form and I want to use the jQuery button event on page 1 on page 2, to display a jQuery message: Page 1 index <form method="post" action="Guardar.html"> <input type="submit" name="boton" id="boton"/> </...
asked by 08.11.2016 / 16:10
1
answer

Add form in a section by means of a button in C # sections ... section ...

Good day everyone, I have a form that is divided into. I would like to know, how to press a button that is in another (), I add the form to my other (), I hope and I explained correctly. <asp:Content ID="Content2" ContentPlaceHolderID="C...
asked by 24.02.2017 / 18:43
2
answers

Remove scroll bootstrap

I'm making a web page in Boostrap and I want the content to be adapted to the size of the screen on the home page (home), that is, there is neither vertical nor horizontal scroll. How can I do it to remove it? This is my code: html...
asked by 27.07.2016 / 07:10
0
answers

how can I make a player to read m3u8 files that works for mobile

I have been looking for a player for m3u8 files, now I have this code that I use for my channels <script src="http://jwpsrv.com/library/ejuoyqCsEeK4ayIACpYGxA.js"></script> <script>// <![CDATA[ jwplayer.key="6RfMdM...
asked by 21.07.2016 / 14:42
1
answer

Error executing

I work in a web application with NetBeans but I get the following error: Any idea how to solve it? This is the web.xml file     
asked by 23.05.2016 / 16:38
1
answer

Routing to the src folder

I have a project in NetBeans-Java Web and I want to send data from a form (login) to authenticate them and give access to the system. The form is in the Web Pages folder and in that folder I can route using for example href="../ f...
asked by 19.05.2016 / 14:41
1
answer

Automatic background color change

I have this code .description { padding-bottom: 4%; text-align: center; animation: back_animate 25s infinite linear; @keyframes back_animate { 0% { background: linear-gradient(-1...
asked by 23.11.2018 / 00:01
2
answers

Empty a cookie when logging

Good morning, how can I empty a cookie when logging? I was doing tests with unset but I did not empty the cookie. Cookie that is in the index.php and opens a welcome modal <script> function getCookie(c_name){ var c_value = do...
asked by 03.10.2018 / 05:24