Questions tagged as 'html'

1
answer

Change the value of input type text in php

I have a value assigned to a variable in php and I show it in a type text. I wish that by clicking on a checkbox I can edit and change that value. 1.- If I click and change the value, when submitting with submit, it shows me the change made....
asked by 26.10.2016 / 16:28
1
answer

because they use the loop_start method?

hi what happens is that I do not understand why in some codes they use loop_start and loop_end to fill tables in html for example: <table class="table table-hover"> <tr>...
asked by 08.02.2017 / 22:04
2
answers

Load CSV file in MySQL

Hi, hoping you can help me. I'm trying to load a csv file which the _pt_part_ should separate into 3 parts    EJ. Full character is 12345678910250L       I have to separate it into 3 fields:       | 123456789 | 102 | 50L | I can now...
asked by 15.02.2017 / 18:12
0
answers

Open android gallery from an html

Good morning everyone. I'm trying to open the Android gallery from a .html that I have in the assets folder. This .html I open from a webView and everything works great except for a button that should open the file browse...
asked by 13.02.2017 / 12:19
0
answers

Paginate a table [closed]

I work with ASP.NET MVC 5, I want to paginate a table created with html, I have tried it with jquery but it has not worked. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script src="~/sc...
asked by 14.02.2017 / 00:08
2
answers

Problem with modal and tab bootstrap

I have created a form with several tabs within it, which are displayed in a modal that is activated by clicking on a button within a table (blue button of the image) that works correctly. My problem is when another button appears with t...
asked by 10.10.2016 / 05:06
0
answers

Change menu with frameset to bootstrap

I have a website in which the front is divided with frameset, like this: <FRAMESET name="fstMain" cols="*,980,*" border="0" frameborder="0" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" frameSpacing="0" onload="redirLoca...
asked by 29.09.2016 / 15:40
1
answer

Search without reloading the page [duplicate]

I need to perform a Facebook search, that is to say, by typing the name X in an input that is filtered from a database query without reloading the page How should I do it I'm working with java and postgresql database     
asked by 13.10.2016 / 05:08
0
answers

how to create virtual presenter with seriously.js real time cromakey? [closed]

<!-- el codigo no me funciona --> <html> <head> <script src="http://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="https://raw.githubusercontent.com/brianchirls/Seriously.js/master/serious...
asked by 04.09.2016 / 05:39
1
answer

How to make the msj with laracast / flash have the closing button?

I'm using laravel 5.3. and the laracast / flash package In yes the msj show correctly but the closing button of the flash window does not appear. According to the laracast documentation now the use should not be placed. So I use it: in...
asked by 05.09.2016 / 17:36