Questions tagged as 'javascript'

0
answers

Data Persistence with Swagger

I need to use Swagger to send and receive JSONs. In addition, the API must do persistence and selection of data in a PostgreSQL database. I have already completed, in javascript the AJAX methods for sending and receiving JSONs, and the database...
asked by 25.07.2018 / 03:59
0
answers

How to call a Data from the Database from an FK in a DataTable?

Hello I'm having a problem with an MVC project. I have a DataTable that needs to show a particular data from a Database table, but it needs to be shown from an FK that is referenced in the respective View JS Model. I have the Department...
asked by 12.07.2018 / 18:38
0
answers

Android - Insert app data in webview via javascript

wv.setWebViewClient(new WebViewClient(){ @Override public void onPageFinished(WebView view, String url) { super.onPageFinished(view, url); wv.loadUrl( "javascript:(function() { " + "document.g...
asked by 10.07.2018 / 21:06
1
answer

Submitting url parameters

I'm a bit lazy on the subject, but I'm putting together a sales page for a product and I'm having a hard time. I want to pass on the% of users who come via url , to some link contained on the page, dynamically. url looks like this: utm...
asked by 20.07.2018 / 00:47
0
answers

Events in three.js and CSS do not work on some devices in some sizes

The idea is to make a 3d building and when you click on an apartment open on the side (each occupying half the screen) a card with some information, on devices with a width of up to 650px, the card should open overlapping the model will occupy t...
asked by 20.07.2018 / 14:38
0
answers

Graphic not suitable for printing

I have a page that has several graphics and a button to print. Although I have put the graphics in a small size and one next to the other to print several graphics on the same sheet, when I print, it prints one underneath the other. How i...
asked by 20.07.2018 / 15:22
1
answer

How do I store the contents of a nav-tabs using the localstore?

I have an example here: When I'm submitting the form, I want to save the tab ID and ID of the div that is currently selected so I do not need to bring it into the input of the hidden type <script type="text/javascript"> $(document).on('...
asked by 20.07.2018 / 15:38
0
answers

Prevent copy of text on site, and instead show other text [duplicate]

Oops, I'm creating a website, and I want to prevent anyone from copying any words from it. I want to allow the selection and the copy, but along with the text copied, when the person pasted, I came to another text pre-defined by me with a link...
asked by 20.07.2018 / 19:56
1
answer

Create a link to a single user without a password in the database

Currently I have a DB of budgets, clients and workshops. When I generate a customer demand I have to quote the value in the workshops and then choose the best cost x benefit and pass it on to the customer. What I want to do is generate a link...
asked by 13.07.2018 / 03:48
0
answers

Is it possible to run a script automatically when accessing a given URL?

I do not have access to the code on this page, but I would like to automate a task that I run on a website, every 2 hours .. I have already developed a script for this, I play it on the console and run it, when the task is executed it reloads th...
asked by 13.07.2018 / 14:48