Questions tagged as 'html'

2
answers

Ajax returning [object Object]

HTML index.html <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script><scriptsrc="script.js"></script> <link hre...
asked by 20.08.2016 / 21:09
0
answers

Uploading excel (.xlsx) with jsp

I'm developing an application to submit Excel files to an application. However if I try to submit a file .txt , it works correctly, if I send a file .xlsx the copied file to the server directory appears empty. I'm using lib: co...
asked by 20.06.2016 / 16:26
1
answer

Horizontal timeline while descending the page

(function($){ $(function(){ // Slider functionality // slide knob to position function (function( $ ){ $.fn.slideToPos = function() { var left = $(this).position().left + ($(this).width() /...
asked by 23.07.2015 / 18:09
0
answers

Migration site with a lot of content [closed]

I'm migrating a 5gb site from a windows server to a linux. First of all I'm downloading files that are online via FTP to leave a backup on my computer. But this method is taking too long. Does anyone know a faster way to download the files?    ...
asked by 28.08.2015 / 20:57
2
answers

Replace the / symbols with Javascript

I would like to know how to replace the < /> symbols with Javascript. I'm using the <code></code> tag to display a code, but I do not want it to be rendered in the browser. I know I can use &#60; and...
asked by 30.03.2014 / 16:04
1
answer

How to execute PHP file from function in JavaScript?

I have the following structure for registering a new MySQL database account (register.php): <?php $con = mysqli_connect("meu_host","meu_user","minha_senha","banco"); mysqli_query($con,"INSERT INTO contas VALUES (" + $id + ", " + $pass...
asked by 25.03.2014 / 04:09
1
answer

Sort by a specific value

I'm using the DataTables plugin and in a column I have the following structure JSFIDDLE And by default the plugin creates the default sort order of which I do not know which rule obeys, I would like that when clicking on that column...
asked by 08.07.2015 / 19:53
2
answers

Help with JOINS in 3 tables

I found a tutorial talking about JOINS and implanted in the search for the sales made. But it did almost all right, but at the time of the search for the sales code, instead of bringing me only the result referring to the code consulted, it b...
asked by 21.12.2015 / 03:17
2
answers

a div appears depending on the selected select

I have a select, and depending on the choice of the same select, a form will be shown to insert a contact. I have to keep in mind that the first option of the select already has the form to be shown by default, that is, the user when the page op...
asked by 15.07.2014 / 17:43
1
answer

How do I access the clipboard image from the browser?

Does anyone have any idea how to access the image that is in the clipboard when we give a Print Screen on any screen? What I need is to have access to the image by giving ctrl + v to the browser, just like this application works: link...
asked by 03.06.2014 / 16:02