Questions tagged as 'html'

3
answers

Error calling a php function from the onclick event

The following happens to me: I call a function php from the event onclick , my problem is that the php function is executed whenever the page is loaded, that is, ignores the onclick . <a href="archivo.pdf" onclick="fun...
asked by 18.01.2016 / 16:00
1
answer

Problem with Gulp Build

In my project I am using Gulp. I have two problems: Do not copy the images to the dist folder. I am using imagemin . I have already checked the directory multiple times, but I do not see the error. My folders are organized as f...
asked by 31.10.2017 / 14:45
1
answer

Put Link in a table

I have a row where I put a link that comes from firebase cellName.appendChild(document.createTextNode(childData.foto_url)); I get a link, but that link I have to copy it and put it in the search engine. It is not efficient. I would like to...
asked by 13.11.2017 / 15:04
1
answer

Div does not imbibe css

I have a problem with this code. Surely it's something very simple that I'm skipping, but I'm already looking for a lot and I can not find the answer. Div2 and section are not respecting the parameters that I give them, I believe that the root o...
asked by 13.11.2017 / 17:06
1
answer

How to make the scrolling of my website work in Google Chrome?

Greetings, my problem is the following I have a website hosted in Wordpress and has always worked without problems until today, for some reason in the browser Google Chrome scrolling does not work with the mouse wheel, but in other browsers if i...
asked by 05.10.2017 / 23:31
0
answers

I get a second scroll in my html document, hide it [closed]

How to hide a scroll in html with css, when working on a page with containers, in the body of the document I get a second scroll to what is this? or how can I hide it or delete it?     
asked by 30.09.2017 / 20:16
0
answers

Send array, POST method

Dear colleagues, previously I sent my IDs by GET and it caused me problems because a user could change the data of another user simply by changing ID. Now I have modified my code and I am sending my ID by hidden method POST. The code is as fo...
asked by 28.09.2017 / 18:35
1
answer

Send value via post php ajax [closed]

I have these 3 script where one I collect values by means of ajax from another but I want to send the value collected from the other script generated by ajax. this is the index <html> <head> <script src="http://code....
asked by 28.09.2017 / 04:07
1
answer

Browse title letters with CSS

I'm doing some school practices and a title of a paragraph I could not go through so it comes out centered. <article> <p class="categoriaDesa">Desayunos</p> <div class="platillo"> <...
asked by 19.09.2017 / 18:03
2
answers

Codeigniter get values of an input or a variable from the controller

I'm new to codeigniter and I wanted to know if you can get the value of an input tag or a php variable from the controller. What I want to achieve is to send data from one visa to another in a similar way to the POST method (without the values b...
asked by 11.09.2017 / 21:25