Questions tagged as 'html'

1
answer

Pass the value of the combobox to another field

In the code below I pass the value of Nome of the part to $ value (detail I am using the API data because it is used tbm in C #) and it is shown in combobox to the user select which part either: <label for="sel1">Peç...
asked by 19.11.2016 / 20:46
1
answer

WebView on android shows HTML

I'm developing an android app, I use a webservice to pick up news from a website and play pro app. This news comes in HTML and I get a webview and I get the HTML for it, and it works perfectly at the API's level > = 19. I'm using wbConteud...
asked by 16.11.2016 / 17:24
1
answer

NMAP result using PHP - how to show the NMAP result in a table in the browser?

I'm trying to make the output of the nmap result appear in the browser in the form of a table. follow the code below: <?php $host = $_POST["host"]; $saida = shell_exec('nmap -P0 ' . $host); $vetorLinhas = explode("\n", $saida); echo "<pr...
asked by 20.11.2016 / 23:55
0
answers

Error in CMS page in Code Igniter

I'm having an error with a CMS developed by someone else in CodeIgniter, the error is as follows Fatal error: Call to undefined function get_instance() in /home/msinai/public_html/application/errors/error_404.php on line 1 Detail: This pa...
asked by 21.11.2016 / 18:07
0
answers

How do I display the areas in each category? [closed]

Good evening guys, I need a little help I ended up here in PHP, it's the following, I created two tables category and area, each category has several areas, each area can only have one category, the relationship I was able to do , the problem is...
asked by 02.11.2016 / 05:03
0
answers

Browser Notification

Hello, my name is André Neto, I am developing software, and inside it there is an email center, where the user can send an email from within the system and I save this sending data. Now the problem, I need to notify the person who received the e...
asked by 03.11.2016 / 18:08
1
answer

Static Page Paging is not working

The last posts and the link paging are appearing, but when I click the link , the URL changes to /page/2/ but stays with the same content on the first page . Does anyone know how I can resolve? <?php $paged = (get_query_var...
asked by 21.01.2017 / 20:44
1
answer

Get value from Range button and execute function in real time

I need to have the same value in javascript pure and in real time the same value is taken and depending on it (if it is 1, 2, 3, 4, 5) only the corresponding div appears! var inputvar = document.getElementById("numerodemqs_input"),...
asked by 21.01.2017 / 18:31
1
answer

Responsive bootstrap menu does not close when clicking

I wonder why the bootstrap menu on mobile devices does not close when you click the menu. It opens normally, but if the user wants to close, it does not close. Access link: www.paddock.eco.br Menu Code: <script src="https://cdnjs....
asked by 06.01.2017 / 01:51
0
answers

facebook iframe with higher height in Firefox

I set the height to 230px, but in Firefox it gets bigger than Chrome, IE and Edge This ends up interfering with the margin of the iframe with the element below, which gets smaller in Firefox Can you tell me how to standardize the iframe fo...
asked by 05.01.2017 / 23:16