Questions tagged as 'html'

1
answer

Get data with POST in the same php page

Good, I would like to obtain data in the same php page, in a login, the problem is that when I enter the values in my login, I save them by POST, but it seems that it always saves me NULL. .boxlogin{ border-radius:4px; box-shad...
asked by 25.10.2017 / 05:31
1
answer

Generate a class btn link from an input

I am trying to generate a link (preferably a button) that is generated dynamically with the content of an input, I think I have gone far by modifying jquery codes. The link I want is a url like this: "index.php? order_of_purchase=" to which a...
asked by 20.10.2017 / 18:11
2
answers

My footer leaves the body, and an article is not shown

For some reason that I can not understand my footer, declared inside the body, it shows me out! And here is the footer, outside the body My HTML follows this structure: Body Header /Header Section main Article1...
asked by 21.10.2017 / 11:07
1
answer

audio on / off with javascript

I have the following codes: #headset { width: 500px; height: 500px; cursor: pointer; background-repeat: no-repeat; background-size: contain; background-image: url("https://image.ibb.co/bMKXrR/Zeichenfl_che_2...
asked by 18.10.2017 / 10:35
4
answers

Place alert to an image

I just made a slider but I want to put an alert when the user clicks the images, for example if you click on the image one that shows an alert that says this is image one.     
asked by 17.10.2017 / 00:44
1
answer

window.history.forward () does not work in Firefox

I have the function: window.history.forward (); function dontback(){ window.history.forward(); } <body onload="dontback();"> <form blablabla > I use it so that the user can not go back, in Chrome...
asked by 16.10.2017 / 07:14
1
answer

Position fixed in row (materialize)

I am working with materialize for my website and I have the following row: <div class="row"> <div class="col m3">contenido pequeño</div> <div class="col m6">Gran contenido</div> <div class="col m3">conten...
asked by 17.10.2017 / 03:44
1
answer

HTML in google forms

Is it possible to add HTML to google forms? my intention is to place a widget given the following code <!-- WhatsHelp.io widget --> <script type="text/javascript"> (function () { var options = { fa...
asked by 01.11.2017 / 19:26
2
answers

include javascript / jquery functions in backbone template

I have the following template with a table. An Array is traversed and a link is created in the row of the table <tbody> <%for(var i=0;i<resultados.length;i++){ %> <tr onclick="window.open('#/ensayo/<%- resultados[i].tipoE...
asked by 06.10.2017 / 11:03
1
answer

CSS element loses effect after refreshing the page

On one page I have the following structure: Div that occupies 70% - another div that occupies 30%. I wanted to separate them by an image, thus eliminating the fixed line of separation. That image that separates the 2 div's loses its css posit...
asked by 13.10.2017 / 01:40