Posts by Dani Carla • 41 points
2 posts
-
0
votes0
answers46
viewsQ: Qqlite + HTML5 put results into variables
And I’m doing a query in a Sqlite database and wanted the result to be stored in a javascript variable so I can work with these results in the rest of the code. I’m doing like this:…
-
1
votes1
answer1943
viewsQ: Opening HTML inside a DIV does not recover the parameters via GET
I am using Jquery to load an HTML page into a <div>. My code is working correctly, but it’s not passing a value via GET that I need on the other page: <!DOCTYPE html> <html>…