Posts by Douglas Lopes • 13 points
2 posts
-
0
votes0
answers38
viewsQ: How to load the Page and Image using jQuery
I already have the code to load the page itself but the image of the pages are in a different folder then does not click next to the page, that’s the problem. <html> <head>…
-
0
votes1
answer32
viewsQ: Error making calling methods from one class through another
My application crashes when I write this code below, I am trying to stop the Login Class in the Registration Class and access the Login class methods through the Registration class.…