Questions tagged as 'html5'

2
answers

convert longitude and latitude to geographical direction

Friends I want to convert the longitude and latitude that I get with this code to geographical address .controller('CtrlUbi', function($scope) { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position)...
asked by 27.09.2016 / 05:44
2
answers

change browser response when sending mail via php

at the time of pressing send in the form of my page redirect me to contact_me.php as I can make it on the same page index.html form: <form name= "sentMessage" " method="post" action="contact_me.php"> <div class="row"> <div...
asked by 12.11.2016 / 04:34
0
answers

How do I send a ssh script on my html page?

I have an HTML page that I want one of the buttons to send a ssh script to a mikrotik team, my questions are the following language I use, in case python is how I add that code to that button that I already created or if I have to rewrite my cod...
asked by 01.01.2019 / 18:53
0
answers

implement services, implement components

implement in "userService" (already created), all the methods to manage the API of users have to contain a get all (get), a save (post) a modify (put), a delete (delete), a get by id (get) Could someone help me? private baseUrl = 'jso...
asked by 26.12.2018 / 16:26
0
answers

I do not work CSS in IE10 and IE11

I'm trying to create CSS so that the web works correctly in IE 9 or higher, but when I insert them, it only recognizes it in IE9 but in IE10 or IE11 no. I've put the head on <!--[if IE]><link href="css/airN/airN-ie.css" rel="styles...
asked by 26.12.2018 / 17:25
2
answers

Change commas for points in a spinner

I am making a web application and I would like the decimal data to appear with period or with commas, but being the coherent application in all since the data in the database appear with points and in the spinner with commas. I would like to kno...
asked by 27.01.2016 / 23:22
1
answer

Carousel on VB.net

I am trying to make a slider or carousel by recovering the routes of the images from my database to my vb.net application. I can not show the images, besides I can not access my variables that are in the HTML code. Both Response.Write(Indi...
asked by 02.02.2016 / 20:16
0
answers

interar several foreach in laravel framework

I have this code which does work but I would like to know if you can join the foreach into one and how it would be, public function store(Request $request) { $cliens = $request->input('idclientes'); $link = $request->input('adj...
asked by 20.12.2018 / 19:38
1
answer

Filter rows only from the body of an html table with javascript

I have a table that represents the reservations, the detail is when I look for the room (s), the filter does not respect the <th> . How would you make the filter just take the rows of body of the table in javascript ....
asked by 19.12.2018 / 06:47
0
answers

Problem with image rotation

I have a problem since I have an input of type file <input type="file" name="UrlFoto" id="UrlFoto" accept="image/*" /> which uploads the photo to the server without any problem but the problem arises when I show the photo because if t...
asked by 19.12.2018 / 00:01