Posts by Gustera • 5 points
2 posts
-
-2
votes2
answers311
viewsA: Pull Url of the variable in window.location.href
I did the above procedure, yet I didn’t pull the new page. After that I saw that several people had the same problem. What happens is that javascript loaded before the page DOM. The only change I…
-
-1
votes2
answers311
viewsQ: Pull Url of the variable in window.location.href
I’m creating an Electron application where I have a field that the person inserts a url and when she clicks on the submit is directed to that url. My html is like this: <body> <form…