Search results for query: *

  1. F

    replace in html?

    Instead, I have splitted my template.html in two files: header.html and footer.html. In the middle of those is where the loop should fill the <tr>s and others. So that fixed it. Thanks.
  2. F

    replace in html?

    I have another question. I have taken an HTML file called "template.html" and got its content. Then I change some variables and save it to a new file in the same directory. Afterwards, there is something else I need to do before saving but I don't know how. In the template.html file, I have a...
  3. F

    Question Create a timer and assign it a function for each row of data gotten from a SQL query

    Then if I want a stopwatch, how would I do that? Change them timers to stopwatches by changing "Timer" to stopwatch? Also, is it possible to use a listview to display every row of the table, then when a row is selected, the row will automatically get the data from the table and then a button...
  4. F

    Question Create a timer and assign it a function for each row of data gotten from a SQL query

    Basically, I want to create a timer for each row of data that will get returned by a SQL query: SELECT * FROM Projects I would want the timers to be called "Compteur" & ROWID. This really is necessary. I need them to have different Ticks and so that some can be enabled all at once. Basically...
Back
Top