Questions tagged as 'html'

0
answers

CSS takes to load in window resize

It's a beginner question yet, I'm using the materialize framework and I'm having a problem that when I slow down or increase the window some elements take a long time for the css to load, or sometimes I need to refresh the page to load the css o...
asked by 24.12.2017 / 21:51
0
answers

Pull data from a page

I'm trying to pull the name and date of birth of my clients from my WEB page, but it's just pulling the balance and not the name (PHP).    PHP PART curl_setopt($ch, CURLOPT_URL, 'https://conta.ebanx.com/api/v1/timeline'); curl_setopt($ch,...
asked by 27.12.2017 / 23:37
0
answers

How to make a cursor monitored in html?

Two screens / two chessboard and each screen with a respective cursor are displayed. This cursor will increase or decrease the number of squares. How do I make the cursor associated with each of the screens work this way (increase or decrease th...
asked by 28.12.2017 / 02:05
0
answers

Download HTML via javascript files

To make a system of requests, where the user clicks on the link to fall into a page that will select the items that go to order. I need some way to identify what the user selected in those checkboxes and move to the page that makes the reques...
asked by 20.12.2017 / 12:25
2
answers

Doubt how to create a layout for editing information

I am developing an internal tool to control travel expenses of employees, but I am in great doubt. I'll explain the steps I've taken so far. - > first the person enters the portal and requests a trip with an outward date, return date, d...
asked by 04.01.2018 / 11:03
1
answer

Fill Selects based on selected item from another Select

I am having difficulty filtering two selects based on an earlier selection of the user. In this case, the user will select the client, and the selects seller and manager should only show the sellers and clients of that selected cli...
asked by 15.12.2017 / 17:43
0
answers

error loading information in select

I have this code that would have to load a select and just below one would have a textarea, however, after I placed the php code to fill the select, my textarea disappeared and I can not identify the reason. <?php $query = mysql_query("S...
asked by 15.12.2017 / 03:02
1
answer

Export html table to excel using javascript by removing a specific column

I have the following script to perform an export of a table to excel: <script> function fnExcelReport(){ var tab_text="<table border='2px'><tr bgcolor='#87AFC6'>"; var text...
asked by 15.12.2017 / 14:24
1
answer

Stylization of views - Laravel

By default of Laravel, the welcome.blade.php view comes with styling in the view itself and not in a separate file. I would like to know if this practice of styling the view in the same file is correct or should be stylized separately....
asked by 15.12.2017 / 01:56
1
answer

How do I make each time the numbers get registered in the Database?

I made a counter similar to the "call of the next number" in a banking institution and wanted that when I called for example No. 1 that this number 1 was recorded in the database and when I called the number 2 that it also be recorded in DB, and...
asked by 27.12.2017 / 17:17