Posts by Daniel • 87 points
4 posts
-
0
votes0
answers71
viewsQ: How to make a given link from an iframe click on the entire page
Example: <iframe scr="https://www.google.com/?gfe_rd=cr&ei=WKaFVtKXJ8yG8Qec97KwCg#q=stack+overflow"></iframe> A simple google search for the Stack Overflow site I wanted that when…
-
2
votes1
answer681
viewsQ: Using the HTTPS (SSL/TSL) protocol in a login with 2 (two) levels of authentication in PHP?
I am starting a project that will work with inventory information and other more sensitive data of companies so I decided to do 2 (two) login levels as in the systems of banks. first authentication…
-
2
votes1
answer179
viewsQ: How to make the position of a moving div be saved automatically?
I developed a widget for my project and now I need that, when moving it, your position is saved. Example: Initial widget position 80px x 120px, after moving it, initial widget position 210px x…
-
2
votes2
answers65
viewsQ: How to make a link on my site open only when clicked on the same page?
I’m trying to make a plugin html file editor, css, js and php, my problem comes that after it reads all the files it creates a link to edit my created file and goes to another page only I want that…