Questions tagged as 'html'

0
answers

Fill a cambo input with a WebBrowser VB.NET

Hello, I need your help. I have a page with a textbox so to speak: <input id="search" type="search" tabindex="1" name="term" placeholder="Search" class="main-search rounded form-control input-lg clearable" autocomplete="off" spellcheck="fal...
asked by 15.12.2018 / 15:02
0
answers

Responsive Menu

How can I make my menu responsive correctly, on the cell phone it looks like this when I display the menu I select the option but it does not disappear the menu goes to the selected section but the menu window remains and on the compute...
asked by 14.12.2018 / 19:12
0
answers

How to decrease the query time to my BD to give options to my multiselect

It turns out that I have the following code: <!DOCTYPE html> <html> <head> <title></title> <link rel="stylesheet" href="css/bootstrap-3.3.2.min.css" type="text/css"/> <script type="text/javascript" src="j...
asked by 15.12.2018 / 05:57
1
answer

Problem when collecting an input with JavaScript of data collected with ajax

I have a problem collecting a number of an input that I have filled with ajax, the thing is that when I pick it up it is always returning 0. What can I do to get it back? $(document).ready(function () { eventosHoy();...
asked by 13.12.2018 / 11:03
0
answers

60 Plates in an html, now they demand 60 html How do I do it?

I find this doubt, I'm doing 60 email signatures, and when delivering them for obvious convenience use angularjs with your event repeat, for which the lists of people turned them into a json, in a single file where only I will have to copy, but...
asked by 14.12.2018 / 16:23
1
answer

Change the value of an element of a table by clicking on the corresponding box

I have the following code: <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" type="text/css" href="estilos.css"> <s...
asked by 14.12.2018 / 11:50
1
answer

How to relate Models the correct way in laravel?

You see, I'm working with 3 models, the property, the type of property and the location of the property, it happens that the type of property and the location of the property are attributes of the property (it should be noted that they are in re...
asked by 11.12.2018 / 21:30
1
answer

I can not load txt with xmlhttprequest

I tell you that I am wanting to finish a web, and I can not load content from a text file into an element of the web page. When I show that element in the console, everything seems to go well. When I place it in the element div , the content is...
asked by 11.12.2018 / 20:54
1
answer

get GET query from javascript

I have a problem I am trying to get the query of a current url from javascript but it gives me a problem. Result that answers is: /pinturas?**0**=27&1=1&demo=1&sort_by=price-descending Url requested: localhost/categ...
asked by 11.12.2018 / 16:35
0
answers

Implement reCAPTCHA v3 in ASP.NET and CodeBehind

I am trying to add reCAPTCHA v3 on my web page with C # .NET (code-behind) but I do not understand how I have to implement it on the server. On the client I have the following: Inside the HEAD <script src='https://www.google.com/recap...
asked by 11.12.2018 / 17:52