Questions tagged as 'html'

1
answer

problem with submit

I have the following code in my form: <div class="uk-grid"> <div class="uk-width-1-1"> <button type="submit" class="md-btn md-btn-primary" ng-submit="frm.$valid && Salvar(registro2)">Submit</button>...
asked by 12.08.2016 / 01:26
1
answer

Open multiple tabs on a JavaScript link

This script is to open two tabs or more in the browser on a single link. Clicking on the link opens only one new tab and the other is blocked as pop-ups by the browser. How do I not to block? Or is there another way to open multiple tabs in a si...
asked by 11.08.2016 / 17:09
1
answer

Change element generated through the event of an element already ready

I have the following HTML code: <div class="header"> <ul class="navigation"> <li><a>Home</a></li> <li><a id="limpar">Limpar</a></li> </ul&...
asked by 14.08.2016 / 18:43
1
answer

Upload with java script

I have the following code for image upload however it only works if js is on the same page of the form and does not work coming from the external file js, I would like to use external because I use other functions, could someone explain me why d...
asked by 16.08.2016 / 03:34
1
answer

Node.js sending GET command [duplicate]

Hello! I'm having trouble using the GET / Test command in this case, in which it does not return any information. Node.js Code var http = require("http").createServer(servidor); var express = require('express'); var io = require("socket...
asked by 10.09.2016 / 18:28
1
answer

Dropdown button does not work

Dropdown button does not work, the # appears above but does not open. Can someone please help me? <!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="description" content="menu"/&...
asked by 02.09.2016 / 00:20
2
answers

Textarea without scrollbar [duplicate]

Whenever you type inside a textarea, the scroll bar appears to go down and see the rest of the text. What I want is for textarea to automatically drop down, type, when I'm typing inside the textarea, instead of scrolling, it automatically g...
asked by 01.09.2016 / 22:27
1
answer

Sending and leaving the session form

I created a form with laravel. My site and onepage however when I submit my form the page back to home session I would like it to stay in contact session is this possible? Follow my code: The html: @if (count($errors) > 0)...
asked by 02.09.2016 / 17:06
1
answer

Paypal Plus integration: incorrect iframe

I'm using an integration with Paypal Plus using the iframe, as follows: <script type="application/javascript"> var ppp = PAYPAL.apps.PPP({"approvalUrl": 'myApprovalUrl',"placeholder": "ppplus","mode": "live"}); </script> Bu...
asked by 02.09.2016 / 15:47
1
answer

Word restriction

Speak, people. I would like to know how to restrict certain words, like, a person tries to write 'PQP', so the site does not let this word stay there. HTML5 - CSS - JS     
asked by 28.08.2016 / 06:55