Posts by Danilo Assis • 53 points
6 posts
-
-6
votes2
answers1371
viewsQ: How to catch event that closes the browser?
I am trying to clean my localStorage before the window is closed and I tried to use window.Unload and also window.unbeforeload. However, when using them they clear the localStorage if I just reload…
-
1
votes1
answer333
viewsA: Error while logging in gmail - Permission denied to generate login hint for target Domain
The problem really was the fixed ip link. I passed the same to a domain and it worked normal.
-
2
votes1
answer333
viewsQ: Error while logging in gmail - Permission denied to generate login hint for target Domain
I am trying to implement gmail login on my website, however, the same gives the following error screen: I saw in some other questions that the problem would be the link being with ip, instead of…
-
0
votes2
answers524
viewsQ: How can we not lose Session from one tab to another?
I am trying to create a login in which after validating that the user and password are correct create in sessionStorage the following variable: sessionStorage.setItem('ClienteId', resp.ClienteId);…
javascriptasked Danilo Assis 53 -
0
votes1
answer371
viewsQ: How to automatically scroll the page using javascript?
I am developing a screen where you have a step by step and use slideup and slideDown close and open the related Divs. How do I automatically track the page scroll when I scroll down?
-
2
votes2
answers222
viewsQ: How to show the Getall data I performed in an HTML table? MVC C# HTML
I’m running a simple site in mvc, by the college. I have to perform a crud. I created a getall method that lists all existing clients in a list. How can I pass the same to the view? I tried the line…