Questions tagged as 'html'

3
answers

Print orientation using JavaScript, CSS, HTML or PHP

Can I "preset" the page orientation when the user is printing is already marked as landscape? (Landscape) My case is as follows, I'm having code similar to this example    link I'm exporting my HTML to Excel and in this part every...
asked by 08.09.2015 / 16:38
0
answers

Search the page with JavaScript with IE

Good morning! We are creating a super simple HTML page even for a small document that some users will access. In this document we have a form (input text) of search that will have to return through a "highlight" what the user searched for. It...
asked by 10.09.2015 / 15:33
1
answer

Dropdown does not work in android browser [closed]

Hello, I have a problem with HTML bootstrap, my dropdown does not work on mobile phones. It will be that someone can help me.        <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="//ajax...
asked by 01.09.2015 / 02:32
0
answers

Configuration of htaccess to capture all the GET data of a query string

I rewrote the rule in my url as follows: RewriteRule ^(.+)$ index.php?path=$1 [QSA,L] In php I get the parameters of $_GET['path'] and set up my controller, action and parameters. $this->controlador , $this->acao...
asked by 04.09.2015 / 18:12
1
answer

Youtube videos do not open in full screen

I am using youtube as a music player and every time someone accesses on iOS devices it opens the video in full screen. Follow my code with playsinline. var buildPlayer = function(videoUrl) { playerLoading = true; player = new Y...
asked by 28.08.2015 / 16:32
0
answers

Form redirected to a 2nd page, but I do not receive the information submitted in the email

I have a form called formulario.html that when it is submitted successfully, the person is redirected to a site thanks page called agradecimentos.html . Everything was working fine, but when I go to my email and a secondary email I...
asked by 12.08.2015 / 19:31
2
answers

Button customization

Put more beautiful buttons instead of these buttons to move forward and back. <div class="wrapper"> <div class="header"><!-- --><button class="prev go" data-go="-1" disabled>&larr;</button><!-- --...
asked by 23.07.2015 / 22:47
1
answer

Close a Collapse when opening another using AngularJS UI

I have a collapse and another one on the side, I wanted to click on one, close the other if it was open. My html code: angular.module("seuCondominio", ['ui.bootstrap']); angular.module("seuCondominio").controller("seuCondominioCtrl",...
asked by 22.07.2015 / 22:07
1
answer

Adding and removing content using javascript

asked by 14.06.2016 / 19:00
1
answer

convert content to input

I use a script in javascript to convert everything I type, from input to uppercase. But I have a specific input where I can not change its content. How can I do this? Follow the code: // Converte minusculas em maiusculas $(documen...
asked by 16.06.2016 / 21:56