Posts by Matheus Luz • 61 points
3 posts
-
4
votes1
answer60
viewsQ: Problem with javascript open
I’m using the following code snippet: window.open('provas-final.php','height=320, width=320', 'gl'); to open the file "proofs-final.php" and in the command itself I am saying the width and height of…
javascriptasked Matheus Luz 61 -
2
votes1
answer985
viewsQ: Save information from a form
Hello, I’m developing an online proof system as the following image: The questions come straight from the database (MYSQL) and so mount the proof displaying question by question, when the user marks…
-
0
votes1
answer395
viewsQ: Link sharing on Facebook
I’m making a system for my course and I found a big problem in the part where I should share the site link directly on Facebook. I have the button on my site that opens the Facebook publishing…