Posts by Luciano Zancan • 321 points
9 posts
-
0
votes0
answers92
viewsQ: How to copy the selected text to the Clipboard using firefox?
I need, after selecting a text on any web page, that I copy this text, sending the text to another function, which will make later "post". The problem is that I need to remove the selection after…
-
0
votes1
answer842
viewsQ: Is there a graphical interface Apis for Graphs on android?
I searched a lot on the Internet but found nothing corresponding in Portuguese and in English I found some things but no resolution about it. Does anyone have any knowledge about the existence of a…
-
3
votes1
answer2150
viewsQ: How do I take what’s copied on the clipboard and put it into a variable?
It would look like this: when copying anything using CONTROL+C, I need to put this content in a variable using Javascript. I didn’t find on the internet how to do this. Anyone help? Detail: It is by…
-
0
votes1
answer501
viewsQ: How to put an image in the popup (on the toolbar part (below))?
How to put an image in a popup using javascript? When opening a popup with window.open, it opens without image below, just a gray drawing. How do I place image? (below, in the toolbar. Google…
-
2
votes1
answer781
viewsQ: window.open is not opening the popup
I have an extension that sends things to an external server by ajax post (all in javascript) and the reply of the send (sent from the server) is received in the extension itself. I want to put this…
-
0
votes1
answer137
viewsQ: How to put the content of an Ajax Post (reply received after post) in a popup? (post sent through an extension)
Hi. I need to put the answer to an ajax post in a popup using javascript. Anyone have any idea? Is it possible to do this? It works like this: When doing the post (variable.send(...);), it would…
-
2
votes3
answers6557
viewsQ: How to search for words with javascript?
Hi. I need to take the responseTxt I received from a page and search for elements in it. The elements I need to display are those coming from a tag called "name name". Example: In the file there are…
javascriptasked Luciano Zancan 321 -
11
votes1
answer4164
viewsQ: Get source code from Google Chrome extension page
You can create an extension for Chrome that takes either the source code of the page or the entire text (Ctrl + To, Ctrl + C), to submit this to an external website (for data mining) and return the…
-
1
votes1
answer134
viewsQ: Get the revision history in Google Drive with Java by Netbeans
I need to get the revision history of Google Drive. I visited the website of Drive Developers and I saw that you can do this with several languages. I want to do Java and use Netbeans and the…