Author | RE: Javascript 7 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
im getting a 404 error too. im positive i have the right answer. it wouldnt redirect if i didnt. |
 |
Author | RE: Javascript 7 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Works fine for me.
Edited by on 18-03-09 17:55 |
 |
Author | RE: Javascript 7 |
KvK Member

Posts: 94 Location: .dtors
Joined: 17.01.09 Rank: Elite | |
If you take a look at the source of the challenge and view the script, you can see that it has been corrupted, in that a vital variable is not given a value. Hope that helps. :happy:
|
 |
Author | RE: Javascript 7 |
starofale Member

Posts: 218 Location: England
Joined: 05.12.07 Rank: Moderate | |
if your still having problems you can pm me |
 |
Author | RE: Javascript 7 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Yep, its broken. Have the right answer, still doesn't work.
Any fix? PM if you would
Thanks.
~Intox
|
 |
Author | RE: Javascript 7 |
korg Member

Posts: 2803 Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06 Rank: God | |
The challenge works fine.
I deal in pain, All life I drain, I dominate, I seal your fate. |
 |
Author | RE: Javascript 7 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
I am stuck! I cant understand the code. I see that the variables don't have a value but I cant understand what is the password. Can someone help me? |
 |
Author | RE: Javascript 7 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
The variables do have values. Are you sure you examined all of the javascript code?
|
 |
Author | RE: Javascript 7 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
I think I know why this works for some people but not others. I just tried this again myself, using chrome, and it didn't work.
So then I did it again using Firefox and it worked!
Hope this helped.
|
 |
Author | RE: Javascript 7 |
SuRF666 Member

Posts: 20 Location:
Joined: 02.11.09 Rank: Monster | |
ViCQ wrote:
I think I know why this works for some people but not others. I just tried this again myself, using chrome, and it didn't work.
So then I did it again using Firefox and it worked!
Hope this helped.
Yup !! you're right !! just tried on chrome and IE ..... it didn't work !!! it worked fine for me on firefox !! |
 |
Author | RE: Javascript 7 |
michelfalke Member

Posts: 9 Location: Longitude l = new Longitude();
Joined: 08.01.10 Rank: Guest | |
Tested it multiple times on FF working fine. I also tried it on IE worked for me aswell. |
 |
Author | RE: Javascript 7 |
phohtoo Member

Posts: 10 Location:
Joined: 26.09.08 Rank: Apprentice | |
KvK is right, a vital variable has no value, so what could that be?
SPOILER
What is the "value" of variables that have no value?
Hope that I haven't spoiled people's fun of the challenge.
Admins and mods please edit post as necessary
|
 |
Author | RE: Javascript 7 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
I had the same issue, and i got around it without giving that 5th variable a value. I'm not quite sure what Kyk and Phohtoo are going on about... Maybe I just overlooked something or didn't notice when i did it. Before assigning values to anything though, try doing it in FF, it worked right away for me too.
Good luck!
Edited by on 13-02-10 08:54 |
 |
Author | RE: Javascript 7 |
Twinkee Member

Posts: 27 Location:
Joined: 07.10.09 Rank: Newbie | |
Chrome is definitely a no-no on this one ... |
 |
Author | RE: Javascript 7 |
stranac Member

Posts: 151 Location:
Joined: 15.11.08 Rank: God | |
Doesn't matter which browser you use.
You just need to view the page source and understand what the script does. |
 |
Author | RE: Javascript 7 |
Twinkee Member

Posts: 27 Location:
Joined: 07.10.09 Rank: Newbie | |
Well all I can say is that you get:
http://i68.photob. . .tFound.jpg
when using Chrome; I just redid the challenge. Firefox works. |
 |
Author | RE: Javascript 7 |
Twinkee Member

Posts: 27 Location:
Joined: 07.10.09 Rank: Newbie | |
Not trying to start an argument or anything but I promise you, Chrome does something odd with challenge 7.
I agree -- the challenge is not broken. It's Google's bug-ridden browser.
Either that or I mysteriously found an answer that works but isn't really the answer, and it only works in Firefox. |
 |
Author | RE: Javascript 7 |
Twinkee Member

Posts: 27 Location:
Joined: 07.10.09 Rank: Newbie | |
Wonder what's doing it then ... strange. :ninja: |
 |
Author | RE: Javascript 7 |
stealth- Member

Posts: 1003 Location: Eh?
Joined: 10.04.09 Rank: Mad User | |
Considering I havn't even done this challenge, I'm not saying Moshbat is wrong, however chrome does seem to do a lot of very weird things. One really annoying example is how the text that should by displayed, as I can see from the source when I press ctrl+U, will be different than the actual text displayed on the page when on some PHP pages.
The irony of man's condition is that the deepest need is to be free of the anxiety of death and annihilation; but it is life itself which awakens it, and so we must shrink from being fully alive.
http://www.stealt. . .
Edited by stealth- on 31-03-10 00:49 |
 |
Author | RE: Javascript 7 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
if entering the password into the the password box does not work(for some reason), you could try to go to the page where it goes if the password is correct.
HINT**(possible spoiler, even if it is in the source code ):
window.location.href=v3+".php";
:happy::happy: |
 |