Questions tagged as 'html'

1
answer

How do I run a sript line in php within a .html web on a remote server?

I need to run two php script lines within a .html web, they are 2 functions, but it's like the server does not recognize them: <div class="contact-wrapper"> <h3>Contactos</h3> &...
asked by 22.06.2018 / 23:43
1
answer

Servlet: sendRedirect () does not work when queried from the browser bar

I have a Servlet that responds with a sendRedirect() when there is a query GET by the browser. In case there is one, the user is redirected to a second Form .  The problem is with the security of the application. If I...
asked by 23.06.2018 / 19:53
3
answers

HTML does not recognize CSS

I have a problem that is driving me crazy ... I'm setting up an email with a LINKED CSS, and the html is recognizing only some of the css codes. In the dreamweaver I see it right! but as soon as I upload it to the FTP it breaks. It's uploa...
asked by 11.07.2018 / 19:44
1
answer

Show array in table

How can I do to display an array in javascript in an HTML table? <body> <p id="cliente"></p> <script> var client = ["10001500", "Benito", "sdfdsadasfl.com", "C/Falsa123"]; document.getElementById...
asked by 12.02.2018 / 09:55
1
answer

Select radio input in div

I would need to know please how I select an input that is inside a div. At the same time I would like to hide the circle of the radio ... I tried this: $(".calendar div").click(function(e){ $(this).closest(".calendar").find("div").removeC...
asked by 21.02.2018 / 12:02
2
answers

How to link a Bootstrap.css to a html DIV element?

in this case I present a design of my page that is style.css, but I'm inserting a special design for a multiselect ... then that design requires that you download bootstrap-multiselect.css and bootstrap.min.css, but it what I want is that it onl...
asked by 02.05.2018 / 02:32
1
answer

What is the error in this MySQL-PHP code?

I am trying to extract the value of a form so that it is added to a value of a row in a table in mysql, by means of a string that extracts the value of a query and this value is used to update the information of the record, but it does not. What...
asked by 02.05.2018 / 04:09
1
answer

get value from a field in a table with JavaScrip

I'm trying to get the value of a specific field within a table, the data is brought with AJAX from an API. I tried with .value but I think it only works for inputs.     
asked by 09.05.2018 / 15:08
1
answer

go from php to html [closed]

Here the customers of the table are ready <?php $result = mysql_query("SELECT * FROM tabla " ) ; if ($row = mysql_fetch_array($result)){ echo "<table border = '0' width='100%'> n"; echo "<tr><td><strong>Cabecera...
asked by 26.05.2017 / 21:30
2
answers

Jquery syntax error [closed]

Hi, I'm trying to create some buttons that make show and hide according to the category but I have some error and it does not work. This is the for that mounts the buttons: for (var i = 0; i < data.length; i++) {...
asked by 30.08.2017 / 10:02