Posts by TartagliaEG • 41 points
2 posts
-
0
votes1
answer353
viewsA: DIV Just Disappearing On?
The problem is that you are not closing iframe properly, the browser is ignoring the bar you placed at the end of the element and is considering the rest of the page as a continuation of its…
-
1
votes1
answer999
viewsA: Redirect with timer and user usage identifier
I don’t know how you control the validity time of the session on the server, so I’ll focus exclusively on the client. The basic idea is to use the function 'setTimeout(Function, timeEmMiliseconds)'…