Questions tagged as 'html'

1
answer

Includes do not load in the browser

I have the following code made in Dreamweaver following a tutorial to perform includes of html elements in another file. Although in dream they look good, when I try in the explorer they do not open. Include.html <!doctype html> <h...
asked by 12.11.2016 / 18:40
1
answer

Style is not the same on all pages

This is my first web page, therefore there will be failures in the structure of the code. I have created a button , I have applied CSS in a stylesheet for the position, but in no page is the position of the button equal. How can I solve th...
asked by 14.11.2016 / 12:56
1
answer

Syntax. Print var HTML in AJAX, doubt

I'm a little lost in AJAX and I'm learning. I have a couple of specific doubts and this is one of them. If I write this: $("#div_Result").html("<p>"+getname+getsurname+"</p>" ); the result gives me this: "Name""Sur...
asked by 08.11.2016 / 10:33
1
answer

Uncaught TypeError: json.comunicado.ASUNTO.html is not a function

I'm having a very strange problem and I do not understand it, yesterday it worked fine, and now the entire website is bursting with the same error, I specify a little more: This is the error: backoffice.js:37 Uncaught TypeError: json.comuni...
asked by 30.12.2016 / 09:01
2
answers

header (location) redicect after some time [duplicate]

I have a file that is like this: <?php session_start(); include("template/head.php"); include("template/header.php"); include ("inc/functions.php"); ?> <div class="content"> <?php $password = encripta_p...
asked by 26.10.2016 / 11:30
3
answers

Create Sticky DIV at the bottom of the screen

I would like to create a sticky div (I think that's what they're called) that is always at the bottom of the screen, I'm using the floating panels of the "Lobipanel" library and I want to create a container for one of these panels that is always...
asked by 16.03.2017 / 16:17
2
answers

Error with window.onload with sprites

Good afternoon, Does anyone know why I miss this error ?:    "coin.render is not a function at window.onload" The code on my website is the following: var ImgMoneda = new Image(); ImgMoneda.src = "coinAnimation.png"...
asked by 16.03.2017 / 15:01
1
answer

Two forms in the same file

I have an index.php file where I have two panel-tab, each one with its own form, inputs and buttons. Handle all events with jquery in a script.js file. Everything was fine with the second panel and its elements until I try to create the e...
asked by 13.09.2016 / 14:07
2
answers

Genexus WebPanel HTML type variable Gx X Ev3 U5

I am creating a Web Panel, where I need to have a Text control variable with HTML Format, which works perfectly for me in Transactions, only in Web Panel it does not work (it shows html as text). I tried using a domain that already has the H...
asked by 22.08.2016 / 19:44
3
answers

How to render the content of a variable in the view? [duplicate]

I have a variable like the following in a controller of angular : $scope.dato = "<h1>MI TITULO</h1>"; I want it to be shown in html , but rendered ... something like the following: MY TITLE In the view I put...
asked by 15.07.2016 / 22:07