A Challenging Puzzle
Collapse
X
-
Well, that's cute. I didn't figure it out right away though I was on the right track. Maybe I'll look again later. -
Actually is was quiet easy if you write all the javascript in a textbox.
I wrote this small program in python, just to get the html souce because Firefox wouldn't display the source:
Code:import urllib a = raw_input("URL: ") b = urllib.urlopen(a) open("source.html", "wb").write(b.read())
Comment
-
Originally posted by AndelysI'm saying that i don't beleave that you have solved it..Comment
Comment