Questions tagged as 'html'

0
answers

How to pull login data to Parse.com with Javascript?

I am not able to pull the login data from the form HTML , I need these values go to the code JavaScript , I already have the user in database and also the APIs Keys , I was able to create the user with a example of the p...
asked by 03.06.2015 / 08:05
1
answer

Rotary Iframe in JavaScript

I would like to fix the following script to stay the way I need it. <html> <head> <script> function randomIframe(obj){ var ends = new Array(); ends[0] = "http://www.terra.com.br"; ends[1] = "http://www.uol.com.br"; ends[2]...
asked by 26.06.2015 / 15:35
1
answer

Problems with connection to the database

I have an error that could not connect to the database on line 125 in the file that I will leave here . Well, they gave me a website for the hand but I do not understand anything about you that in the file above comes. I have to connect (...
asked by 26.06.2015 / 18:54
0
answers

Update the front end

Back end when I submit it only changes me in the database and not in the front end . What can I do? This is my code to insert new information into the front end : <?php include "../../include/definitions.inc.php"; include "$dir_site_a...
asked by 27.06.2015 / 17:11
0
answers

Problem with css since the site was changed to https [closed]

Good evening, I had the whole site in HTTP now I changed to HTTPS to increase the security and the data of our users what is happening to me and that I am having a css problem only on the first page in HTTP it appeared well but now since I ch...
asked by 11.05.2015 / 04:08
1
answer

Link does not click on small dimensions

I'm having a problem with the links ( <a href=""></a> ) because in normal screens (desktops) it is normal as it should be, now when the resolution is smaller type mobile or tablets, the link is not clickable, I do not know beca...
asked by 08.05.2015 / 23:48
1
answer

Block form submission when clicking back

It may sound like a beast question, but I'm amazed that when I click the back button, the form is sent. The code looks like this: <form id="idform" method="post" onsubmit="return funcaodevalidacao(this);"> <!-- conteúdo do form...
asked by 10.05.2015 / 21:45
1
answer

Automatically select field

Personal I have a field: IsettoautomaticallyfillinVB:Me.WebBrowser1.Document.GetElementsByTagName("select").GetElementsByName("NW_State").Item(0).SetAttribute("value", "AK") But it's not going to work, I've tried it in many ways.     
asked by 27.04.2015 / 07:54
0
answers

html / php form

Well folks, I'm just making a form that is happening to me a little unexpected: InsomefieldsthecompleteinformationdoesnotappearandIdonotknowwhy.Forexample,thenameinsteadofbeingDiogoFariaforexampleonlyappearsDiogoandthesameistrueinotherfieldsf...
asked by 28.04.2015 / 23:14
1
answer

How to search for files by name

I'm trying to search through names in a folder containing several different JSON files. var app = angular.module('myApp', []); app.controller('customersCtrl', ['$scope','$http',function($scope, $http){ $scope.buscar = function(name){...
asked by 28.04.2015 / 04:36