Questions tagged as 'html'

1
answer

how to put php or html in fwrite?

I am creating a mini system to create a folder with files inside. but I want the files to have the html and php code inside when it's created. The problem is that I can not find information to help me? Could someone help me? Code:...
asked by 30.12.2018 / 20:09
0
answers

Error Exception: ActiveXObject is not defined in google chrome

I want to be able to control a Wacom 520 signature tablet through any browser but I present the following error when opening demobuttons.html in Google Chrome:    Exception: ActiveXObject is not defined. I would like to know how I can con...
asked by 28.12.2018 / 19:22
2
answers

Bootstrap dropdowns styles

I'm adding some Bootstrap nav to my website, specifically a Dropdown, but with the 3.3.7 bootstrap version I found everything strange without Dropdown style. Then I went to the bootstrap documentation and found the version 4.0.0 that perfectl...
asked by 01.01.2019 / 22:44
1
answer

Position problem in hidden div

I have a problem that is difficult to explain, so I leave as much data as possible. Clarification: I'm using bootstrap. First I share an image of the area in question Clicking on the magnifying glass activates a toggler that displa...
asked by 01.01.2019 / 21:13
0
answers

Notice: Undefined offset: 5

explain: that error I get when I want to access data conditioned by date and type of expense, how much I spent on a provider that day, here the code to make it more understandable, to start using Smarty PHP a framework that is quite outdated....
asked by 27.12.2018 / 17:27
0
answers

How to read values from a json that extracts data from influxdb

I'm doing a query to an influxdb database and at the end I have a result like this: stdClass Object ( [results] => Array ( [0] => stdClass Object ( [statement_id] => 0 [series] => Array ( [0] => stdClass Object ( [name] =>...
asked by 26.12.2018 / 10:06
1
answer

Problems with SPA using components in Vue.js

I am creating a SPA website with Vue.js. Well, I have a component such that: Vue.component("locales", { props: ['productos'], template:'<pre>{{productos}}</pre>', data(){ listaLo...
asked by 25.12.2018 / 15:48
1
answer

Error saving an input text

By saving an input-text in a Mysql database, it will not let me. When I tap on submit I get the following error    TypeError: Can not read property 'inputemail' of undefined       at routes.post (C: \ Users \ Piter \ Desktop \ Goven \ server...
asked by 24.12.2018 / 20:28
2
answers

problem with textContent in Javascript.

I am learning Javascript and for this I am studying the book "Javascript & Jquery by Jon Duckett", I would like to know if I'm doing something wrong, according to the book you should modify the html text and place the content of the javascript f...
asked by 21.12.2018 / 01:54
1
answer

Position elements with respect to a div in specific

I am doing a section for my web where the content I generate dynamically in an administrative panel that I have created previously. The content is inserted (text, images, titles and links) and can be draggable using draggable jquery-ui so I can...
asked by 21.12.2018 / 05:50