Posts by Jonas Thomaz de Faria • 1 point
2 posts
-
0
votes5
answers1745
viewsA: Console utilities.log()
Console.log is only used to debug information on brownsers (Firefox with Firebug, Chrome, IE8).
javascriptanswered Jonas Thomaz de Faria 1 -
0
votes1
answer95
viewsA: Alternatives to the get method
What you’re doing doesn’t work, simply because the http protocol is stateless. The generation processing, will be done at a different time from windows.open(), the two will open at different times,…