Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: while()


Message #1 by "Hordur Kr. Heidarsson" <eight@s...> on Tue, 22 Oct 2002 00:00:11
Can I make a while loop that prints out:

1
parent.document.referrer

2
parent.parent.document.referrer

3
parent.parent.parent.document.referrer

4
parent.parent.parent.parent.document.referrer

and so on until the while condition is met (or an error occours)...

is there any trick to this kind of stuff?


thanks,
Hordur

  Return to Index