Whenever I click on my popup view button, my content "goes down". How do I make the popup stay above content?
body{
padding:0;
margin:0;
}
.container2{
position:relative;
margin:0 auto;
text-align:center;
margin-top: 10...
How do I get the data from a txt file and play in html to generate a chart ??
I'm using that HighCharts tool, and I'd like to know how to play the values on the date, so I can generate the chart.
series: [{
name: 'Sensor 1',
data: [...
I have my bd, however, it's bringing me a different result than the one in the bank
$consulta = "select * FROM PRODUTO_pedido WHERE PEDIDO_PED_ID =12";
$resultado = $db_con->query($consulta);
$contador = $resultado -...
Good afternoon,
How to do an if within variable value assignment.
$html ='
<body>
<table width="100%" style="background:#00aeef;">
<tr><td>
<table width="596" border="0" ali...
Good morning people, I would like some help, I need to show youtube videos on the site.
This code I used worked, after page load, it displays the last five videos:
<div class="video">
<script>...
Could anyone help me with how I can change the information that is in blue in the image below, according to the selection of select (monthly, quarterly, semiannual and annual)?
I need to change the value of the product and the button l...
Because the css column-count attribute does not work in mozilla firefox it follows as it is in google chrome and mozilla firefox
Mozilla firefox
Googlechrome HowdoImakemozillafirefoxequaltogooglechrome?code...
I have the following code below and I have to make sure that when I click on the autocomplete result, and it fills the field with the values, the autocomplete list simply disappears:
<pre>
<style>
ul.autocomplete_mapa_f...
I'm trying to learn AppML, for prototyping and maybe use in production.
But I face the following error: Error in Model: task_model
I have a model_tarefas.js file in to date with the following content:
{
"rowsperpage" : 10,
"datab...