Advertisement
Guest User

closiest

a guest
Jul 27th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Can't get data into the port
  2. I was thinking of using document.querySelectorAll in order to get my logins from MS Access. I just need to post the value of input id=gandlaf.
  3.  
  4. <input id="gandlaf" />
  5. <script>
  6. $.ajax({
  7. type: "POST",
  8. url: localewebs.com/private,
  9. data: $("#gandalf").val()
  10. });
  11. </script>
  12.  
  13. I need them in order to determine how to flag questions, because I can never decide if I should flag questions that start with "How to" or not. I don't want to be reinventing the wheel though, is there a library other than Windows that I can use here?
  14.  
  15. So, how can I do this?
  16.  
  17. - Using another library?
  18. - Using my gandalf element?
  19. - Can I just query a local server by port forwarding its 8080 in my router settings? Or perhaps I could just store this in a notepad file?
  20.  
  21. Your answer should include a link to a library, a code fix for my problems, an alternative solution using a local server or an application on my computer.
  22.  
  23. 坦克正在前进
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement