I already have some time I'm looking for how to view the PDF files in an iframe or a div on the page itself instead of opening it in a new one and using Adobe Reader.
But the problem is that the files are not fixed, they come from a code that...
I have this system as a menu
HowcanIgetthemtopasstheproductsandreturnthemthroughtheIDsavedinthebank?
<nav class="slider__nav">
<button class="button button--nav-prev"><i class="icon icon--arrow-left"></i><span cl...
Would there be any way to limit concurrent access without using the database? Is there any way to do it using .htaccess?
Because I'm trying to limit access to a file that does not come in the PHP extension.
I have a system of next and previous with zoom
What I want is that when I click on next or previous product change by ID from the Bank.
and zoom in on the image on the page.
because I am facing problems....
I'm developing an email application and the front end is being done in VueJS / Quasar Framework and the server is being developed with HapiJS.
I've already been able to send simple emails using NodeMailer , and I'm listing them in the inbox...
I have the JWT class but I can not renew it. How do I renew this token when the registration is done? I already have the token in sessionStorage called the token with the key.
Class:
function parseJwt (token)
{
var base64Url = token.split...
I have the following structure on node:
module.exports.find = function(pesquisa,frase){
return new Promise((resolve,reject) => {
pesquisa.find(frase, function(err,data){
if(err)
throw err;...
I have the following code in jquery, it does the carousel correctly, but the next and prev does not work. I need to create them dynamically. What can it be?
jsfiddle file: link
I am mounting a mobile application using asp.net (aspx) and modal bootstrap.
The purpose of this modal is to fill a label with the information contained in the "date-tagging" attribute of href that triggers this mode. When the modal is triggered...